nl-design-system / open-forms-sdk

A Javascript SDK for Open Forms
Other
1 stars 0 forks source link

Next Button loses focus #12

Open bddjong opened 2 years ago

bddjong commented 2 years ago

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.