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
I am instantiating a virtual select from an existing select in the DOM (I have read the documentation that says this is not preferred approach but this is the only way this works for me). The first option is always selected even though there are no options in the DOM select that are selected, and even when setting autoSelectFirstOption to false (its default value)
The only way around this seems to be to the following:
I am instantiating a virtual select from an existing select in the DOM (I have read the documentation that says this is not preferred approach but this is the only way this works for me). The first option is always selected even though there are no options in the DOM select that are selected, and even when setting autoSelectFirstOption to false (its default value)
The only way around this seems to be to the following:
The text was updated successfully, but these errors were encountered: