josefarias / hotwire_combobox

An accessible autocomplete for Ruby on Rails.
https://hotwirecombobox.com
MIT License
436 stars 26 forks source link

Implement grouped options #114

Closed josefarias closed 4 months ago

josefarias commented 5 months ago

To-dos from the stream:

Async html Custom attrs – tackle together with options Freetext html multiselect html

revisit kwargs for LB::Item revisit repetition in LB::Item#option_attrs revisit blank option code

validation styles

josefarias commented 4 months ago

Went through the to-dos. They all work. But also, they don't have any overlapping systems that interfere with grouped options. I think we can go without testing those for now. Merging when green.