-
Notifications
You must be signed in to change notification settings - Fork 188
chore: remove combobox useEffect used to trigger handleTextValueChange #1399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: -201 B (0%) Total Size: 552 kB
ℹ️ View Unchanged
|
What does it do?
Manually revert changes done in #1381
Why is it needed?
Becaus #1381 fixes the behavior explained there but also introduces a new issue:
{ value: 'FR', label: 'France'}
) and the option "France" is clicked, the rendered value isFR
instead ofFrance
until the input is focus outHow to test it?
Provide information about the environment and the path to verify the behaviour.
Related issue(s)/PR(s)
Let us know if this is related to any issue/pull request