-
Notifications
You must be signed in to change notification settings - Fork 934
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
Set highlightedIndex to defaultHighlightedIndex on input value change #675
Conversation
I've added some changes related to these highlighted indexes. Make sure to rebase and see that it works. I will try to help you as much as possible to get these changes in, as it will be a great improvement for our accessibility. Thanks again for contributing! |
Got it... I'll pull down the changes and confirm we're good to go. |
845a1ef
to
352e490
Compare
@silviuavram My smoke testing worked as expected and all unit tests pass as well. |
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.
see the comments and after addressing them we are good to go. Thank you again for the changes, we really needed them!
352e490
to
61035a1
Compare
61035a1
to
c4ac3a5
Compare
Ok - change requests resolved. |
🎉 This PR is included in version 3.2.7 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What:
This PR ensures the highlightedIndex is reset to defaultHighlightedIndex when the inputValue is changed.
Why:
documented here: #664
How:
In both
inputHandleChange
andinputHandleTextChange
, I included the following bit of state to update:I've also added a test and updated the docs to reflect this change.
Checklist:
Additionally,
setup
script which is documented in the feature request ticket.vscode
to.gitignore