react-select-material-ui icon indicating copy to clipboard operation
react-select-material-ui copied to clipboard

Async support

Open kirill-konshin opened this issue 5 years ago • 5 comments

I searched this repo for async but haven't found any documentation/examples.

Is https://react-select.com/async#loading-asynchronously supported by this component?

kirill-konshin avatar Sep 27 '19 22:09 kirill-konshin

All props supported by ReactSelect are also supported by ReactSelectMaterialUi as it passes down all the props to the wrapped ReactSelect component. If you have a concrete code for a bug, please post it here. Thanks.

iulianraduat avatar Oct 27 '19 21:10 iulianraduat

All props supported by ReactSelect are also supported by ReactSelectMaterialUi as it passes down all the props to the wrapped ReactSelect component. If you have a concrete code for a bug, please post it here. Thanks.

@iulian-radu-at Async Select is like Creatable, another component.

guiihlopes avatar Oct 29 '19 18:10 guiihlopes

@guiihlopes @kirill-konshin Autocomplete straight from material-ui can be used in this case: https://material-ui.com/components/autocomplete/#asynchronous-requests

keemor avatar Nov 26 '20 15:11 keemor

@guiihlopes @kirill-konshin

Here's an example of react-select-material-ui & react-select-async-paginate with paginated lazy loaded drop down

https://codesandbox.io/s/custom-select-base-forked-y1won?file=/src/App.jsx

keemor avatar Oct 19 '21 09:10 keemor

Thanks @keemor for your links

iulianraduat avatar Oct 19 '21 16:10 iulianraduat