-
Notifications
You must be signed in to change notification settings - Fork 76
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] Input values are not filtering properly #4348
Comments
[Implementer Notes]: This is probably because the All of the combobox-items are matching the word "define" |
Installed and assigned for verification. |
@Elijbet I'm seeing some filtering issues with a few letters on Note: Added an additional item to showcase filtering further, but tested across the alphabet. Some of the filtering experienced:
|
Sure, I'll check now. It might be that with the newer solution we ended up leaving other properties in there still. |
Yeah that's what I thought. Its not just the guid, its the inherited properties too. The first solution worked IIRC. |
Or if I'm wrong and the |
It's the right thing to do, to remove the guid there. But I should still only filter the subset of the input object. And I'll try your suggestion as well @benelan |
Yeah agreed, we don't need the guid there. I was just referring to when I requested changes. That's my fault, I should have been clearer in my note above about the inherited enumerable properties being the issue. |
Installed and assigned for verification. |
Actual Behavior
When inputting certain values, the Combobox dropdown does not properly filter the options as expected.
Expected Behavior
The expectation is that all values should be filtered properly based on the input from the user.
Reproduction Sample
https://codepen.io/tre11178/pen/KKZXMYW?editors=100
Reproduction Steps
Reproduction Version
beta.80
Relevant Info
No response
Regression?
No response
The text was updated successfully, but these errors were encountered: