-
Notifications
You must be signed in to change notification settings - Fork 79
Shift+tab doesn't work to go to previous input #123
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
Comments
I was also wondering (didn't want to keep opening tickets to avoid spamming your repo) if it's possible to get the input to Also, what is the correct syntax for setting an |
One more comment (sorry for the spam), but is there an option to select all text on click? |
None of my custom styles are being applied as well <style lang="postcss">
/* the main control */
.autocomplete {
background-color: green;
border: 1px solid red;
}
/* the input list */
.autocomplete-input {
background-color: green;
border: 1px solid red;
}
/* the dropdown list */
.autocomplete-list {
background-color: green;
border: 1px solid red;
}
/* items in the dropdown list */
.autocomplete-list-item {
background-color: green;
border: 1px solid red;
}
</style> I also found that removing |
Fixed in version 2.3.2. |
Shift+tab should go backwards, but it doesn't do anything once you get to the top.
I also think tab and shift+tab shouldn't navigate menu options, which should only be arrow keys, if you examine similar inputs across the internet and look at some UX
Thank you : )
The text was updated successfully, but these errors were encountered: