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
The HTMLSelectElement has bespoke browser behavior that deletes HTMLElements that are not HTMLOptionElements. This means that binding to custom elements inside of a <select> will throw runtime errors.
The
HTMLSelectElement
has bespoke browser behavior that deletesHTMLElement
s that are notHTMLOptionElement
s. This means that binding to custom elements inside of a<select>
will throw runtime errors.See playground for behavior
The text was updated successfully, but these errors were encountered: