Solutionunvalidated
Use react-select/async (AsyncSelect) and provide an async options loader (e.g., handleSearch) that returns a Promise of the option list, ensuring selected values are plain option objects.
f3331f27-c07c-4090-91e5-305e8b7aa80a
Use react-select/async (AsyncSelect) and provide an async options loader (e.g., handleSearch) that returns a Promise of the option list, ensuring selected values are plain option objects.