-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
fix: combobox not showing correct highlight #16741
fix: combobox not showing correct highlight #16741
Conversation
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking great 💯 .
Small query : same behaviour is seen when allowCustomval
is set to true. is this expected ?
Screen.Recording.2024-06-17.at.09.09.35.mov
- Open combobox and select an option, eg - 'option 2'
- It should display 'option 2' in input field.
- Now change input text to 'option', it should highlight the loosely match item from options.
- Blur the input by clicking outside of input field
- now open the combobox again, it should highlight the 'option 2' and input text should be 'option 2' as well.
When allowCustomValue
is true
, at step 5, should it highlight 'option 2' and also set the input text to 'option 2', or should it keep the custom value instead?
757a4af
* fix: combobox not showing correct highlight * fix: removed console
Closes #16474
Combobox not showing correct highlight
Testing / Reviewing