Our main goal is to be able to load Select's options asynchronously, currently all options must be loaded before displaying the select, which does not fit use cases with large datasets, such as user search, etc ...
Here is a proposal for the api of the Select component in order to perform async loading:
Our main goal is to be able to load Select's options asynchronously, currently all options must be loaded before displaying the select, which does not fit use cases with large datasets, such as user search, etc ...
Here is a proposal for the api of the
Select
component in order to perform async loading:The
options
prop should now accept both :Feel free to contribute and to suggests ideas :)