remove

open override fun remove()(source)

The HTMLSelectElement.remove() method removes the element at the specified index from the options collection for this select element.

MDN Reference


fun remove(index: Int)(source)