Multi-level search in a Select prompt
See original GitHub issueHello 👋
I’m using cliffy with two levels of Select
prompting at the moment. That is, users need to select some item, but in order to not overwhelm them, those items are broken down into categories. The user must then first select a category before they can select an item. You can visualize it as:
{
"category1": ["item1","item2"],
"category2": ["item3"],
"category3": ["item4","item5","item6"]
}
This works pretty well, but I really wish that I could start searching for items immediately when I am prompted to choose a category. Is there a nice way to achieve that today? And if not, is it something you think cliffy should support?
Issue Analytics
- State:
- Created a year ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
Selecting multiple values in a prompt - IBM
Click the prompt control. In the Properties pane, choose whether to allow users to specify more than one value or a range of...
Read more >Access: More Query Design Options - GCF Global
To apply a multilevel sort: · Open the query and switch to Design view. · Locate the field you want to sort first....
Read more >Dropdown - Semantic UI
A selection dropdown can allow a user to search through a large list of choices. Select Country ... A dropdown can include a...
Read more >Setting up a Multi-level IVR - RingCentral Support
In the search box, search for "sales". Select the "Sales" call queue, then click Save located at the bottom of the window. Add...
Read more >React Select
A flexible and beautiful Select Input control for ReactJS with multiselect, autocomplete and ajax support.
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
Should be fine if they are grayed out.
I think it should be fine to make only items sarchable.
I’ll make a note here if I start actually developing, so don’t take my questions and clarifications as indication that I’ve started on anything 😊