selectionDirection

fun Tag<HTMLInputElement>.selectionDirection(value: String?)
fun Tag<HTMLInputElement>.selectionDirection(value: Flow<String?>)
fun Tag<HTMLTextAreaElement>.selectionDirection(value: String?)
fun Tag<HTMLTextAreaElement>.selectionDirection(value: Flow<String?>)