-
Notifications
You must be signed in to change notification settings - Fork 132
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
Combobox Unwanted Auto Selected When Similar Dropdown Items #10902
Comments
Case 1 behaves as expected, but case 2 doesn't. |
@desaroxx We tried both scenarios on 0.40.4 and both are working as expected (unless we didn't follow the exact steps). See the recordings |
I made a mistake in the initial statement above: For step to it needs to be the letter "a" instead of "n" I reproduced the issue here: Note that "Banana" is set on the FormControl.value property as soon as the search query matches "Banana", but this is potentially a substring match for "Banana Shake" |
Is this a bug, enhancement, or feature request?
bug
Describe your proposal.
No autoselection of dropdown items is performed
Can you handle that on the application side
Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)
If this is a bug, please provide steps for reproducing it; the exact components you are using;
This is a continuation of #10429
With fix provided #10570 the following case is fixed:
Case 1: Identical names
Dropdown menu items:
Steps to Reproduce:
Case 2: Extending Names
Dropdown menu items:
Steps to Reproduce:
Please provide relevant source code (if applicable).
Please provide stackblitz example(s).
In case this is Accessibility related topic, did you consult with an accessibility expert? If not, please do so and share their recommendations.
Did you check the documentation and the API?
Did you search for similar issues?
Is there anything else we should know?
We need this fix for 0.40.X
The text was updated successfully, but these errors were encountered: