Javascript – Want to fetch options on change of inputValue in react-select
I have a react-select component, I want to add a functionality such that as soon as somebody types something in the react-select, There should be a api request that would fetch the items related to that keyword entered, How can…