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.

Dynamic Select Options is impractical

See original GitHub issue

It really is ridiculous to have to convert data to the text/value JSON object format in order to correctly render select options dynamically.

Ideally we would have something along these lines:

<select v-model="selectedItem" v-options="array" v-text="item.firstName" v-value="item.id">
</select>

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:1
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

92reactions
yyx990803commented, Jul 19, 2015

Just want to point out that indicating the current design is “ridiculous” is not a polite way to open a feature request.

3reactions
boussoucommented, Jul 20, 2015

… 😉 +1 @yyx990803 (about the “ridiculous” design)

People often forget that they get this for free while you spent numerous hours on it. Thank you for bringing us a lightweight & smart alternative to angular.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Select not working for dynamically created Select Elements ...
I tried using .attr("selected", value === selectOption.SelectedValue)) and that does not even add the “selected” property on the option element.
Read more >
Solved: real dynamic select options - Atlassian Community
Solved: Hello, I'm trying to implement the following use case in a project workflow. As a controler I've to approve or reject a...
Read more >
hisense serial number search - Ramozzi & Friends
Check this list for the general location of your model number sticker. ... 3566 Parts & Service Support General Inquiries Please Select ......
Read more >
Upscale 1080p To 4k After Effects - Soyfan.de
You can upscale Premiere Pro footage using the Detail-preserving Upscale effect in After Effects via Dynamic Link. You are stretching or blending the...
Read more >
Dynamic select options - SAP Community
I need help in creating dynamic selections. I am working on a report program. My requirement is to generate the dynamic selection fields ......
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