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
@WangLarry 10x :)
"onMenuOpen" actually called also each "onInputChange" so this solution will call "onSearchChange" 2 times on each keypress..
I see the problematic issue.
We try to put as minimum as possible logic behaviour in our "react-components" package since it is meant only to be a mapper from Jafar props to the underline real component props.
I guess this issue (not to show empty search message on focus) can be pointed out and fixed on "https://react-select.com/" (AsyncMultiSelect is rendering it).
If you have another suggestion please share :)
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should display correct data firstly, or display loading indicator.
Screenshots
The text was updated successfully, but these errors were encountered: