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

Dropdown: problems with minCharacters #1787

Closed
klerkendev opened this issue Jun 23, 2017 · 2 comments
Closed

Dropdown: problems with minCharacters #1787

klerkendev opened this issue Jun 23, 2017 · 2 comments
Assignees
Labels

Comments

@klerkendev
Copy link

1. Single select - Not allowing for typing

Steps

  • Click the placeholder

Expected Result

  • Able to start typing

Actual Result

  • Not able to start typing

2. Single select - Active selection not greyed out

Steps

  • Click the dropdown (behind the placeholder)
  • Start typing (e.g. 'CDE') and select an option
  • Click again

Expected Result

  • Active selection is greyed out, to indicate that typing is allowed again

Actual Result

  • Font color remains black

3. Multi select - Not allowing for typing at all

Steps

  • Click the dropdown (doesn't matter where)

Expected Result

  • Able to start typing

Actual Result

  • Not able to start typing

4. User experience

These two items just don't feel intuitive:

  1. There's no indication that there's a minimum number of characters required. You could put instructions outside the dropdown, but I should expect them inside while using the dropdown. Initially you could use the placeholder, but after selecting a value, the instructions are obviously gone.
  2. From user perspective the arrow down is frozen most of the time.

Version

v0.69.0

Testcase

https://codepen.io/klerkendev/pen/PjKWyK

@layershifter
Copy link
Member

@klerkendev Thanks for the awesome report, I will work on it tomorrow.

Also, click on dropdown icon should always open dropdown.

@layershifter layershifter self-assigned this Jun 23, 2017
@klerkendev
Copy link
Author

Great! It's a great feature that we'd love to use.

Regarding the opening on icon click, I think it shouldn't open always. Maybe it should be disabled/disappear or something like that as long as the minimum number of characters has not yet been entered. In our case there are quite a lot options in the dropdown, so the limitation is necessary in order to not slow down the navigation when it's open.

@layershifter layershifter changed the title Dropdown minCharacters Dropdown: problems with minCharacters Jun 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants