railsadminteam / rails_admin

RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
MIT License
7.88k stars 2.25k forks source link

Improve filters #3510

Open katalin-ravasz opened 2 years ago

katalin-ravasz commented 2 years ago

Is your feature request related to a problem? Please describe. When using a filter and working with the ‘Is exactly’ option, I have to manually add the value I'm interested in. However, if would be very helpful if I had a dropdown with the existing values to select from. The dropdown should also have search incorporated, so I can find the value I'm interested in easier. As an alternative, even an autosuggest/autocomplete would help when I start typing. Also, it would be helpful to have an 'Is either' option to allow me select multiple values.

Describe proposed solution(s)

  1. Allow 'Is exactly' option to use a dropdown with selectable options OR autosuggest/autocomplete as I start typing.
  2. Add 'Is either' option to allow me select multiple values.

Additional context Screenshot 2022-04-14 at 11 16 01