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
{{ message }}
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.
The "Next" button can loose focus when a user tabs to it just before the form processes new input (causing the button to turn into a loading icon with the disabled attribute on it.
This is only broken in the NLDS fork. In the original SDK, the button gets an aria-disabled attribute, which allows the focus to persist.
The text was updated successfully, but these errors were encountered:
bddjong
changed the title
Button loses focus
Next Button loses focus
Jun 22, 2022
The "Next" button can loose focus when a user tabs to it just before the form processes new input (causing the button to turn into a loading icon with the
disabled
attribute on it.This is only broken in the NLDS fork. In the original SDK, the button gets an
aria-disabled
attribute, which allows the focus to persist.The text was updated successfully, but these errors were encountered: