Selecting multiple options from a pre-defined list
See original GitHub issueHello,
In a previous version of RESTool we could use a “select” input field to select multiple options from a pre-defined list, and it would populate an array like this:
{
// ... other properties,
"Applicability": [
"AppliesToReports",
"AppliesToLocationNotes"
]
}
But now that I’ve just updated to the most recent version, I can’t see any way to select multiple options (either with a select
or any other way) and maintain the same data structure that gets POSTed. I’d rather not resort to a long list of checkboxes and a new data structure if I can avoid it.
How can I achieve the previous functionality with the latest version of RESTool?
Here’s the best I can get with the latest version. It only allows a single selection:
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (14 by maintainers)
Top Results From Across the Web
Select Multiple Items from a Drop Down List in Excel
In this tutorial, learn how to select multiple items from a drop down list in Excel. This can be achieved by using a...
Read more >Excel Data Validation Drop Down Select Multiple Items
How to select multiple items from Excel Data Validation drop down list, all in one cell. ... Select the default text, and type...
Read more >Insert a multiple-selection list box
A multiple-selection list box is list of choices that looks like a scrollable list of ... Show most or all of the items...
Read more >How to select multiple options at once in dropdown list ...
Windows: We need to hold down the CTRL button to select multiple options. Mac: We need to hold down the command button to...
Read more >How to create drop down list with multiple selections or ...
1. Open the worksheet contains the data validation drop-down lists from which you want to make multiple selections. Right click the sheet tab...
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
I have just started using RESTool, but this functionality to allow for a multi-select optionSource is really important for my app. Is this in the works, or what version could I use for this functionality please?
@EoinGriffin-AI Got it. I’ll try to see if there’s a quick win here. Leaving this issue opened for now.