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

EmptyValue is broken? #383

Open
Kenny-JTK opened this issue Jan 8, 2025 · 0 comments
Open

EmptyValue is broken? #383

Kenny-JTK opened this issue Jan 8, 2025 · 0 comments

Comments

@Kenny-JTK
Copy link

The use of emptyValue property is currently broken imo.

I created a very basic setup and can't get this to work.
Could somebody please confirm this?

VirtualSelect.init({ ele: '#sample-select', emptyValue :"?", options: [ { label: 'Options 1', value: '1' }, { label: 'Options 2', value: '2' }, { label: 'Options 3', value: '3' }, ], });
My use case would require this in combination with "multiple:true"& "setValueAsArray:true"

kind regards,

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