You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When selectedIndex is requested for the first time, I think it is best to select the first item in the dropdown if nothing was selected and an option is available.
I did not verify that this is according to specs, but at least FF, IE, Safari and Chrome will never return null in case an option is available.
When selectedIndex is requested for the first time, I think it is best to select the first item in the dropdown if nothing was selected and an option is available.
I did not verify that this is according to specs, but at least FF, IE, Safari and Chrome will never return null in case an option is available.
One way to fix this can be found in orslumen@18d271d
But it is probably more correct to select the first option once the HTML is parsed and no options have been marked as selected yet.
The text was updated successfully, but these errors were encountered: