Vuetify: [Bug Report] When "v-autocomplete" has one or more items selected, filtering breaks after x amount of characters are entered.

Created on 11 Jul 2018  路  1Comment  路  Source: vuetifyjs/vuetify

Versions and Environment

Vuetify: 1.1.4
Vue: 2.5.16
Browsers: Chrome, Firefox, etc.
OS: macOS High Sierra

Expected Behavior

  1. Try and type "California" (or any other state) in full.
  2. The list should be filtered accordingly, and you should be able to enter as many characters as desired.

Actual Behavior

  1. Try and type "California" (or any other state) in full.
  2. After the third letter of the state is entered, the list goes away, as if there aren't any results.

Reproduction Link


https://codepen.io/anon/pen/WKbzNe?&editors=101


Additional Comments:

It works as expected for the initial search when there are no items selected. However, once one is selected, the issue starts to appear.

The issue appears to be caused by the combination of the hide-no-data and hide-selected properties. If you remove either of them, it works as expected.

bug

Most helpful comment

Only happens with hide-selected

>All comments

Only happens with hide-selected

Was this page helpful?
0 / 5 - 0 ratings

Related issues

milleraa picture milleraa  路  3Comments

cawa-93 picture cawa-93  路  3Comments

Antway picture Antway  路  3Comments

dohomi picture dohomi  路  3Comments

alterhu2020 picture alterhu2020  路  3Comments