Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
you can disable default filtering for Command with shouldFilter
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a use case where i need to filter by value and description for a particular option. so using the combobox i thought i could define a custom filterfn and pass it as a prop.
i can then do this and see that the results are being filtered correctly by either value or description:
but within the return all i get is the "No options found." How does the commandEmpty work in this component? Is there a default behavior there that needs to be reconfigured? Below is my return statement.`
Beta Was this translation helpful? Give feedback.
All reactions