josefarias / hotwire_combobox

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

@states -> @state_options #58

Closed josefarias closed 6 months ago

josefarias commented 6 months ago

Using the options helper predates being able to pass the relation directly. We shouldn't use it going forward as it's not how most users will interact with the library.

It's too easy to think @states contains a collection of State objects instead of an options array.