You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the filter component allows string or numeric in an input field, we have some case in the legacy code where the user is allowed to filter from a list of possible choices (for example filtering boolean or enums). It is currently not implemented. It could be usefull to add a new type of enum filtering in the current code.
Describe the solution
Add enum filtering to the existing list of filters.
Describe alternatives you've considered
The user has to fill the value directly in the input field instead of being able to select it. It is less convinient and can be error prone.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Have you already contact our help centre?
Describe the problem
Currently the filter component allows string or numeric in an input field, we have some case in the legacy code where the user is allowed to filter from a list of possible choices (for example filtering boolean or enums). It is currently not implemented. It could be usefull to add a new type of enum filtering in the current code.
Describe the solution
Add enum filtering to the existing list of filters.
Describe alternatives you've considered
The user has to fill the value directly in the input field instead of being able to select it. It is less convinient and can be error prone.
Additional context
No response
The text was updated successfully, but these errors were encountered: