-
In our project, we handle all the search logic in the api, so we dont need filtering and anything else. Is there a way to disable the onSearchChange to be triggered on those cases? Is there a possible solution for our problem besides creating a custom select directly from ComboBox? We are using an uncontrolled form |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Mantine does not provide any props to customize this behavior, you can do that either in your search function or create a custom component with Combobox. |
Beta Was this translation helpful? Give feedback.
-
Hello @rtivital! Best Regards. |
Beta Was this translation helpful? Give feedback.
Mantine does not provide any props to customize this behavior, you can do that either in your search function or create a custom component with Combobox.