Combobox.Input does not forward returned value from custom onChange handler #2978
Unanswered
davidsandsten
asked this question in
Help
Replies: 0 comments
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.
-
Hey guys, first of all thank you for a superb library!
I was using the Combobox the other day, and I tried to integrate it with my custom debounced input, the input looks like this:
I tried to use the input with your Combobox by using the "as" prop on Combobox.Input, like this:
The problem is that the callback returned from onSearch is never called when my input is used togeteher with Combobox.Input. It works perfectly when i use it standalone, but I'm guessing Combobox.Input is somehow not forwarding the returned value from the onChange callback?
Beta Was this translation helpful? Give feedback.
All reactions