Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
DaniMarinov opened this issue Nov 21, 2018 · 0 comments · Fixed by #3110
Assignees
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.

Comments

@DaniMarinov
Copy link

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).

  • igniteui-angular version 6.2.x
  • browser - any

Steps to reproduce

  1. Go to https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid_filtering.html
  2. Open Discontinued column filter
  3. Click on the input (on the text placeholder)

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

dropdwon

@DaniMarinov DaniMarinov changed the title On filtering-boolean column, clicking on the input field (both on the condition icon and text input) should trigger dropdown because inputting value is not allowed. 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. Nov 21, 2018
@sstoyanovIG sstoyanovIG added 🛠️ status: in-development Issues and PRs with active development on them and removed 🆕 status: new labels Nov 22, 2018
@sstoyanovIG sstoyanovIG added ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged. and removed 🛠️ status: in-development Issues and PRs with active development on them labels Nov 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants