question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Single select issue

See original GitHub issue

Hey,

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:closed
  • Created 7 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
shentaocommented, Aug 16, 2016

Thanks! I guess, I can implement such functionality (preselecting based on just the key) into the 2.0 release.

0reactions
shentaocommented, Aug 16, 2016

We’ll see. The priority for this is lower than publishing 2.0 beta though.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found