hc-oss / react-multi-select-component

Lightweight (~5KB gzipped) multiple selection dropdown component
https://codesandbox.io/s/react-multi-select-example-uqtgs
MIT License
387 stars 89 forks source link

Show spinner when `filterOptions` fn is running. #721

Open damianobarbati opened 9 months ago

damianobarbati commented 9 months ago

Is there a way to have the spinner also when filterOptions (which asynchronously loads data) is running?