Single select issue
See original GitHub issueHey,
I want to use the component as singleselect
Suppose, I’ve an array of options where I want to select by given a key of object eg: my key is event = 'event1'
and the code is like
{{ event }}
<multiselect :selected.sync="event" :options="[{key: 'event1', label: 'Event 1'}, {key: 'event2', label: 'Event 2'}]"></multiselect>
Is that possible or do I need to compute the changes every time?
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
How to show values in single select list according...
I want to use same select list field within the same project, but for each issue type i want to display different values...
Read more >Issues · robrogers3/vue-single-select - GitHub
Issues list ; Vue 3 support. #60 opened on Oct 29 ; vue3. #53 opened on Dec 20, 2021 ; Disabled Item inside...
Read more >Complex objects bound with single select control problem retain
I am having a similar issue. I am binding my Single Select control to a String BO. The values for population are configured...
Read more >Python script to update single select custom field in jira
It seems you are unnecessarily enclosing your dictionary in a list. It should probably be: issue.update(fields={'customfield_11104': {'value':' ...
Read more >Single Select Dropdown Value Issue - WordPress.org
[This thread is closed.] Hi There, I am using latest vesrion of Ninja Form, but Single Select field dont seems to work fine....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks! I guess, I can implement such functionality (preselecting based on just the key) into the 2.0 release.
We’ll see. The priority for this is lower than publishing 2.0 beta though.