GithubHelp home page GithubHelp logo

Comments (8)

ltoshea avatar ltoshea commented on August 19, 2024

Could this be the solution:
<div class="v-autocomplete-input-group" :class="{'v-autocomplete-selected': value}"> <input type="search" v-model="searchText" :placeholder="placeholder" :class="inputClass" :disabled="disabled" @blur="blur" @focus="focus" @input="inputChange" @keyup.enter="keyEnter" @keyup.up="keyUp" @keyup.down="keyDown"> </div>

Change @keyup.down="keydown" to @keydown.down="keyDown"

Will try and do a PR in future, currently can't build on this box.

from v-autocomplete.

paliari avatar paliari commented on August 19, 2024

thanks for the tip.
It has been fixed in version 1.7.1.

from v-autocomplete.

ltoshea avatar ltoshea commented on August 19, 2024

Awesome, thanks for your speedy response. Happy to do PR's in future if you include build scripts.

from v-autocomplete.

krugerdavid avatar krugerdavid commented on August 19, 2024

I will be happy to PR as well @paliari @ltoshea 👍

from v-autocomplete.

krugerdavid avatar krugerdavid commented on August 19, 2024

@paliari I'm not sure if it's related.. but, when moving with the arrows to an item in the list.. and the pressed 'tab' for example.. the item is not selected.. is there a way around for this?

from v-autocomplete.

dflourusso avatar dflourusso commented on August 19, 2024

@krugerdavid Press 'Enter' instead of 'tab'

from v-autocomplete.

krugerdavid avatar krugerdavid commented on August 19, 2024

hahaha @dflourusso of course.. but what about the several user who still uses 'tab'?? tried to use the blur prop, but the model isn't selected if the user press tab for example.

from v-autocomplete.

dflourusso avatar dflourusso commented on August 19, 2024

@krugerdavid Implemented.
Update to version 1.7.2

from v-autocomplete.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.