Closed itshallrun closed 2 years ago
bug report
Setting the isLoading prop to true has no effect on the Select
isLoading
true
Setting the isLoading prop to true should trigger the loading state of the Select. The three loading dots on the right should be visible:
codesadbox.io link
react: 17.0.2 react-select: 5.2.1 react-select-async-paginate: 0.6.0 Windows 10 Chrome v96.0.4664.45
also tested with lower versions of react-select and react-select-async-paginate
Here is a Screenshot with a standard Creatable from react-select compared to CreatableAsyncPaginate
Fixed in 0.6.1
0.6.1
Are you submitting a bug report or a feature request or a question?
bug report
What is the current behavior?
Setting the
isLoading
prop totrue
has no effect on the SelectWhat is the expected behavior?
Setting the
isLoading
prop totrue
should trigger the loading state of the Select. The three loading dots on the right should be visible:Sandbox Link
codesadbox.io link
What's your environment?
react: 17.0.2 react-select: 5.2.1 react-select-async-paginate: 0.6.0 Windows 10 Chrome v96.0.4664.45
also tested with lower versions of react-select and react-select-async-paginate
Other information
Here is a Screenshot with a standard Creatable from react-select compared to CreatableAsyncPaginate