selectionEnd

fun Tag<HTMLInputElement>.selectionEnd(value: Int?)
fun Tag<HTMLInputElement>.selectionEnd(value: Flow<Int?>)
fun Tag<HTMLTextAreaElement>.selectionEnd(value: Int?)
fun Tag<HTMLTextAreaElement>.selectionEnd(value: Flow<Int?>)