On filtering-boolean column, clicking on the input field (clicking on the condition icon, as well as on the text input) should trigger dropdown because inputting value is not allowed. #3092
Labels
🐛 bug
Any issue that describes a bug
filtering
🔥 severity: high
grid: general
version: 6.2.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
The input on filtering column consists of icon (used for condition selection) and input area (where the user types in text, numeric etc value), but in the context of boolean type filtering column, the user can select only condition type and inputting value is not allowed. So, instead of enabling the user type in the input, clicking on the input triggers the dropdown with conditions (as if the user has selected the icon for condition selection).
Steps to reproduce
Result
When clicking on the input indicates that it is being focused (animation for indicating focusing on the input appears) and in the same time typing in is restricted (which is correct).
Expected result
When clicking on the input, the condition selector dropdown should be triggered as if the user has clicked on the action icon for selection condition.
Attachments
The text was updated successfully, but these errors were encountered: