I'm using the Dropdown in PrimeReact, but seems like it doesn't support to continuously fetch data options from server, I would like to perform something like <Dropdown onFilter={filterWithServer} />
Is there any way to do like that?
I'm using the Dropdown in PrimeReact, but seems like it doesn't support to continuously fetch data options from server, I would like to perform something like <Dropdown onFilter={filterWithServer} />
Is there any way to do like that?