lit / lit.dev

The Lit website
https://lit.dev
BSD 3-Clause "New" or "Revised" License
117 stars 173 forks source link

Document that `<select>` will remove HTML Elements #1360

Open e111077 opened 1 month ago

e111077 commented 1 month ago

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.

See playground for behavior