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

Filters widget improving #5599

Closed
musienko-maxim opened this issue Jul 11, 2017 · 1 comment · Fixed by #5756
Closed

Filters widget improving #5599

musienko-maxim opened this issue Jul 11, 2017 · 1 comment · Fixed by #5756
Assignees
Labels
kind/enhancement A feature request - must adhere to the feature request template. status/in-progress This issue has been taken by an engineer and is under active development.

Comments

@musienko-maxim
Copy link
Contributor

  • Add possibility closing of the Filters widget by Esc button
  • Close the filters widget after setting focus into other place
  • Unexpected resetting in the input dags field after type , symbol
  • Add selecting of the Suggestions: items by mouse clicking
  • Use left narrow and right narrow buttons instead of up and down narrows for selecting of Suggestions
  • The widget does not respect special symbols like . for example .NET searching
@musienko-maxim musienko-maxim added the kind/enhancement A feature request - must adhere to the feature request template. label Jul 11, 2017
@akurinnoy akurinnoy self-assigned this Jul 19, 2017
@akurinnoy akurinnoy added the status/in-progress This issue has been taken by an engineer and is under active development. label Jul 19, 2017
@akurinnoy
Copy link
Contributor

@musienko-maxim :

Unexpected resetting in the input dags field after type , symbol

It's made by purpose because widget's design doesn't allow us to use md-chips' md-require-match attribute to prevent the creation of new chips, hence we have to drop chip which doesn't match a tag.

Use left narrow and right narrow buttons instead of up and down narrows for selecting of Suggestions

Left arrow and right arrow buttons are used to move text cursor inside the input field.

The widget does not respect special symbols like . for example .NET searching

It works just fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template. status/in-progress This issue has been taken by an engineer and is under active development.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants