You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Case. When we use async Paginate and search the list and select any item from the search result. and close the dropdown. and again open it. the selected option is not showing in the list.
I want to show all the selected item on top of the list.
Thanks in Advance for the help
The text was updated successfully, but these errors were encountered:
React-select does not have such feature. but this feature is important in case of asycn paginate where we have large set of dataset.
So if we can show selected values on top of the list. it is very convinent to user to check the selected vaules. specailly if you have a CustomValueContainer.
I want to show selected item on top.
Use Case. When we use async Paginate and search the list and select any item from the search result. and close the dropdown. and again open it. the selected option is not showing in the list.
I want to show all the selected item on top of the list.
Thanks in Advance for the help
The text was updated successfully, but these errors were encountered: