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
While reviewing #1122 I have found two unexpected behavior (kind of bugs) that were introduced in #1022
The auto suggestions wrapper is shown even when there are no suggestions.
This only happens the user introduce a very short full name (one or two characters) but not when nothing is typing there.
When there are suggestions and they are shown, the focus stop working as expected. For example, pressing Tab again moves the focus to the PatternFly Backdrop 🤯 which is there because of the modal dialog holding the user form. to the HTML <body>.
Tabing again moves the focus to the first input, Full name in the mentioned form.
The text was updated successfully, but these errors were encountered:
While reviewing #1122 I have found two unexpected behavior (kind of bugs) that were introduced in #1022
The auto suggestions wrapper is shown even when there are no suggestions.
This only happens the user introduce a very short full name (one or two characters) but not when nothing is typing there.
When there are suggestions and they are shown, the focus stop working as expected. For example, pressing Tab again moves the focus
to the PatternFly Backdrop 🤯 which is there because of the modal dialog holding the user form.to the HTML<body>
.Tabing again moves the focus to the first input, Full name in the mentioned form.
The text was updated successfully, but these errors were encountered: