Skip to content

EmptyValue is broken? #383

Description

@Kenny-JTK

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,

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions