[FEAT]: Have ability to sort selectedOptions
first in useSelect
#6061
Labels
Milestone
selectedOptions
first in useSelect
#6061
Is your feature request related to a problem? Please describe.
Currently we use
useSelect
withdefaultValue
to add extra options in our select list. But whenoptions
have more records like 30-50 records so theselectedOptions
is at the bottom.We want
selectedOptions
at first position of the list.Describe alternatives you've considered
First option, we can switch the order of
selectedOptions
first thenoptions
.Second option, have a property to sort by
selectedOptions
oroptions
first.Additional context
At the bove.
Describe the thing to improve
N/A
The text was updated successfully, but these errors were encountered: