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
The current input shows "ky" while the autocomplete text field shows "Kylie". This is confusing, since the user thinks that the "Kylie" value is applied, however the autocomplete component fired no such event and reports its value server-side as "ky".
I suggest to change this behavior to set the text field to "Kylie" only after ENTER has been pressed while the "Kylie" option is highlighted in the dropdown; that should then immediately fire the onValueChange event as well.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
The current input shows "ky" while the autocomplete text field shows "Kylie". This is confusing, since the user thinks that the "Kylie" value is applied, however the autocomplete component fired no such event and reports its value server-side as "ky".
I suggest to change this behavior to set the text field to "Kylie" only after ENTER has been pressed while the "Kylie" option is highlighted in the dropdown; that should then immediately fire the onValueChange event as well.
The text was updated successfully, but these errors were encountered: