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
(Duplicate #57.) We’re probably going to deprecate DOM.select and related methods (see #31) in the near future in favor of HTML tagged template literals, so I don’t think it makes sense to add new functionality at this time.
Pass an option parameter to select to indicate which value should be default. Would look something like:
DOM.select(arr, defaultValue)
Something like this should work:
The text was updated successfully, but these errors were encountered: