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

[Bug Report] Filter prop doesn't work at with vanilla v-select #3815

Closed
HaykoKoryun opened this issue Apr 9, 2018 · 1 comment
Closed

[Bug Report] Filter prop doesn't work at with vanilla v-select #3815

HaykoKoryun opened this issue Apr 9, 2018 · 1 comment
Assignees

Comments

@HaykoKoryun
Copy link

Versions and Environment

Vuetify: 1.0.13
Vue: 2.5.16
Browsers: Chrome 65.0.3325.181
OS: Windows 10

Steps to reproduce

  1. observe that the customFilter function in data is correctly bound in the template to the :filter attribute, and that it always returns false
  2. observe that clicking the dropdown list shows all of the items in the list

Expected Behavior

with the function always returning false, no items should appear in the list

Actual Behavior

the function return value isn't evaluated correctly

Reproduction Link

https://codepen.io/HaykoKoryun/pen/jzdOaL?&editors=101

Other comments

If you add the autocomplete attribute to the v-select the filter works correctly.

@johnleider johnleider added the pending review The issue is still pending disposition label Apr 10, 2018
@johnleider johnleider self-assigned this Apr 10, 2018
@johnleider
Copy link
Member

v-select's filter prop only works with the autocomplete prop. This is no longer an issue in v1.1 as v-autocomplete is its own component.

@johnleider johnleider removed the pending review The issue is still pending disposition label May 14, 2018
@lock lock bot locked as resolved and limited conversation to collaborators May 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants