You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When typing @ and start writing, the list will automatically be filtered with what iam typing. When using api requests the filtering is handled by the service itself and just returns the filtered data based on what we typed after the @. So as you can see there is no need for the dropdown to be filtered further.
Is there a way to disable the automatic filtering in the dropdown in react?
The text was updated successfully, but these errors were encountered:
As you can see in the mix-mode demo https://codesandbox.io/s/tagify-react-wrapper-forked-2ifhwp
When typing @ and start writing, the list will automatically be filtered with what iam typing. When using api requests the filtering is handled by the service itself and just returns the filtered data based on what we typed after the @. So as you can see there is no need for the dropdown to be filtered further.
Is there a way to disable the automatic filtering in the dropdown in react?
The text was updated successfully, but these errors were encountered: