selectionStart

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