-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Description
Would be awesome to have nested options within options.
var options = [
{
value: 'one',
label: 'One',
options: [
value: 'n-one',
label: 'Nested One'
]
}
];
When an option has more possible options, there would be a more property which indicates to the user that they need to perform a action to return more results or something similar. Render if options available otherwise if more is set, retrieve more options.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels