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
Environment (please complete the following information):
Device: Macbook
OS: All
Browser: Chrome, Safari, FF
Version: 3.1.2
Additional context
This only happens when the clearable prop changes. If the prop is set to a static clearable={true} or clearable then the dropdown stays open. It's only when we try to dynamically hide & show depending on the input value.
The text was updated successfully, but these errors were encountered:
Describe the bug
When the clear button inside of a ATextInput is clicked, it will close the ASelect dropdown.
To Reproduce
Steps to reproduce the behavior:
ASelect
ATextInput
Expected behavior
The
ASelect
dropdown should stay open after clicking the clear button in the text input.Screenshots
https://user-images.githubusercontent.com/95231401/182444243-3b7aa186-6082-49fd-88e7-cdbd9eba0e31.mov
Environment (please complete the following information):
Macbook
All
Chrome, Safari, FF
3.1.2
Additional context
This only happens when the
clearable
prop changes. If the prop is set to a staticclearable={true}
orclearable
then the dropdown stays open. It's only when we try to dynamically hide & show depending on the input value.The text was updated successfully, but these errors were encountered: