vtaits / react-select-async-paginate

Wrapper above react-select that supports pagination on menu scroll
MIT License
308 stars 75 forks source link

isLoading prop has no effect #100

Closed itshallrun closed 2 years ago

itshallrun commented 2 years ago

Are you submitting a bug report or a feature request or a question?

bug report

What is the current behavior?

Setting the isLoading prop to true has no effect on the Select

What is the expected behavior?

Setting the isLoading prop to true should trigger the loading state of the Select. The three loading dots on the right should be visible: image

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 image

vtaits commented 2 years ago

Fixed in 0.6.1