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
country search onchange state restarts whenever spacebar is clicked. which poses a problem as there are many countries that have space bars between words.
Current Behavior
when searching for a country which requires a spacebar click, the onChange state assigned to that function
should not restart.
Possible Solution
possible solution would be to add space bar click to list of keys which dont trigger the state to restart .also add a conditional where space bar cannot be the first letter and 2 consecutive space bar clicks are checked and not allowed to be typed
The text was updated successfully, but these errors were encountered:
country search onchange state restarts whenever spacebar is clicked. which poses a problem as there are many countries that have space bars between words.
Current Behavior
when searching for a country which requires a spacebar click, the onChange state assigned to that function
should not restart.
Possible Solution
possible solution would be to add space bar click to list of keys which dont trigger the state to restart .also add a conditional where space bar cannot be the first letter and 2 consecutive space bar clicks are checked and not allowed to be typed
The text was updated successfully, but these errors were encountered: