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.

Multiple checkboxes: selection should keep order (?)

See original GitHub issue

Is your feature request related to a problem? Please describe. Example: https://cdmoro.github.io/bootstrap-vue-3/components/FormCheckbox.html#changing-the-option-field-names

If user clicks A, D, B, then Selected is [ "A", { "d": 1 }, "B" ]

Describe the solution you would like No matter what order user clicks, Selected should preserve original options order, eg [ "A", "B", { "d": 1 } ]

Describe alternatives you have considered I’m not sure if this should be handled by bootstrap-vue-3. It seems it’s the default browser behavior. What do you think?

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:14

github_iconTop GitHub Comments

0reactions
mariusacommented, Aug 27, 2022

I tested this with the latest release, works great, thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Multiple Checkboxes with Select All - Stack Overflow
I updated the multiple checkboxes with Select All's code: ... Select All<br> <input type="checkbox" class="order" id="first" /> A<br> <input ...
Read more >
How To Select Multiple Checkboxes In Selenium WebDriver ...
This article discusses various techniques on how to select multiple Checkboxes in Selenium WebDriver using Java.
Read more >
React Tutorial – How to Work with Multiple Checkboxes
Handling multiple checkboxes in React is completely different ... Based on which toppings are selected, we need to display the total amount.
Read more >
Insert a multiple-selection list box - Microsoft Support
A multiple-selection list box is list of choices that looks like a scrollable list of check boxes instead of a typical list box....
Read more >
Add & use checkboxes - Computer - Google Docs Editors Help
On your computer, open a spreadsheet in Google Sheets. Select the cells you want to have checkboxes. In the menu at the top,...
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