vtaits / react-select-async-paginate

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

when options and loadOptions both are used loadOptions is not gettiing call? #167

Open Rahulk4128 opened 5 months ago

Rahulk4128 commented 5 months ago

when you pass two props options and loadOptions in this case loadOptions is not getting called initially. Can I add some more options to the loadOptions cache options? any help will be highly appreciated. Thank you very much.

vtaits commented 4 months ago

Hello. Could you please explain how you want this to work? Why do you need the initial call of loadOptions if you already have the initial options?