There was an error while loading. Please reload this page.
2 parents f9b1ef4 + 43f1cdf commit e9adca6Copy full SHA for e9adca6
src/main/scala/org/scalajs/dom/Html.scala
@@ -855,7 +855,7 @@ class HTMLSelectElement extends HTMLElement {
855
*
856
* MDN
857
*/
858
- val options: HTMLSelectElement = js.native
+ val options: js.Array[HTMLSelectElement] = js.native
859
/**
860
* The value of this form control, that is, of the first selected option.
861
0 commit comments