Open
Description
Perhaps I've overlooked the documentation or various examples, but I'd like to use a free-form text input as the filter input. In other words, at runtime, the user can freely type in the filter value as opposed to selecting from a pre-defined list presented in a select list.
I've tried:
- Rule templates: 'custom' placeholder filter, and a custom rule filter (mixed results; struggled with the placement of the operators select)
- Augmenting the UX by presenting an additional form in order to inject custom filters at runtime (adds unnecessary steps)
Any pointers are greatly appreciated.