Replies: 1 comment
-
of course, five minutes after posting this I found the solution - I was having a wonky value for |
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 pretty standard Combobox that looks like this:
if I have one that has a value, tab in the input, don't type anything, and then tab away to the next form control, the Popover will very briefly open and close - quick enough to not complete the opening animation. No other combobox in the application exhibits this behavior.
If I change the
handleChange
callback to do nothing if the selected value has not changed the popover will still open on blur, but it will not close immediatelyWhy does the popover briefly open and close? Why does
onSelectionChange
get called on blur even if nothing changed? Is it possibly related to this discussion?I realize this is a bit vague so I'm not expecting direct solutions, but any pointer on directions for debugging would be very welcome!
Beta Was this translation helpful? Give feedback.
All reactions