Mobius1 / Selectr

A lightweight, vanilla javascript select box replacement. No dependencies.
MIT License
313 stars 77 forks source link

Optgroups and custom renderer #114

Open katzenmayer opened 5 years ago

katzenmayer commented 5 years ago

Specifying a custom renderOption function does not work if the select element has one or more optgroups. The passed parameter is not the html option element.