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
{{ message }}
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.
I have an app where the chip inputs disappears onBlur, and is replaced with a typography component.
Currently if the chipInput is focused and I go to delete a chip the onBlur will trigger and the chipInput is replaced.
I would like to only trigger the onBlur when the user clicks outside the chipInput, and not on any of the chips
Is there a way to do this? Or do I I have to do something like use refs to detect an outside click?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have an app where the chip inputs disappears onBlur, and is replaced with a typography component.
Currently if the chipInput is focused and I go to delete a chip the onBlur will trigger and the chipInput is replaced.
I would like to only trigger the onBlur when the user clicks outside the chipInput, and not on any of the chips
Is there a way to do this? Or do I I have to do something like use refs to detect an outside click?
The text was updated successfully, but these errors were encountered: