josefarias / hotwire_combobox

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

Use POST request for creating multiselect chips #162

Closed josefarias closed 3 months ago

josefarias commented 3 months ago

Ref https://github.com/josefarias/hotwire_combobox/discussions/154

This change means that existing chip creation endpoints will need to be changed to use POST instead of GET.

This is better semantically, and allows for longer values.