Skip to content
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

How to enable keyboard on select items #15

Closed
krugerdavid opened this issue Sep 20, 2017 · 4 comments
Closed

How to enable keyboard on select items #15

krugerdavid opened this issue Sep 20, 2017 · 4 comments

Comments

@krugerdavid
Copy link

Hi!
This really is a great component. But is there a way to use the keyboard when the list is displayed? instead of clicking, just selecting it with the arrow key
Thanks!

@paliari
Copy link
Owner

paliari commented Sep 23, 2017

thanks for the tip.
implemented in version 1.5.0.

to change the appearance of the active item, just overwrite the css:

  .v-autocomplete .v-autocomplete-list .v-autocomplete-list-item.v-autocomplete-item-active {
    background-color: gray;
  }

@krugerdavid
Copy link
Author

@paliari is not about the appearance.. is when for example I start typing a state name and the can select with the down arrow..
Regards

@dflourusso
Copy link
Collaborator

@krugerdavid Your suggestion was implemented in version 1.5.0, please update you package.
You can test in the DEMO

@krugerdavid
Copy link
Author

ohhh thanks!! wasn't sure if I understood correctly! thanks @paliari @dflourusso

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants