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
If you have a TextField with clearButton as an activator for a popover with a listbox, once you have a value selected in the listbox trying to use the enter key on the clearButton fails, as the listbox code handles the enter keypress and prevents it from propagating upwards through the dom, so that the TextField's onClearButtonClick never fires.
The playground code has console.logs + text decriptions to call it out.
If you have a TextField with clearButton as an activator for a popover with a listbox, once you have a value selected in the listbox trying to use the enter key on the clearButton fails, as the listbox code handles the enter keypress and prevents it from propagating upwards through the dom, so that the TextField's onClearButtonClick never fires.
The playground code has console.logs + text decriptions to call it out.
playground link:
playground code if link doesn't work
The text was updated successfully, but these errors were encountered: