selectedIndex

fun Tag<HTMLSelectElement>.selectedIndex(value: Int)
fun Tag<HTMLSelectElement>.selectedIndex(value: Flow<Int>)


fun Listener<*, HTMLSelectElement>.selectedIndex(): Flow<Int>

Extracts the HTMLSelectElement.selectedIndex from the Event.target.