-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
Description
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,