featurist / hyperdom

A fast, feature rich and simple framework for building dynamic browser applications.
https://hyperdom.org
MIT License
162 stars 14 forks source link

make selects with optgroup work #146

Closed dereke closed 3 years ago

dereke commented 3 years ago

Currently the binding code looks for options that are a direct descendent of a select box. However options can be nested within an optgroup. Change the code to also look at these groups for options.