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

filter property is not working #76

Open
bozic opened this issue Oct 22, 2018 · 0 comments
Open

filter property is not working #76

bozic opened this issue Oct 22, 2018 · 0 comments

Comments

@bozic
Copy link

bozic commented Oct 22, 2018

When I try to set custom filter function using example on the web site, inspection of element shows that function in use is still the one from paper-chip-input

<script> let weekdays = document.querySelector("#weekdays") weekdays.filter = (data, value) => { return data.filter((item) => item[weekdays.displayProperty].toLowerCase().includes(value.toLowerCase())) } </script>

image

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

1 participant