SFDigitalServices / formio-sfds

The form.io theme for sf.gov
https://formio-sfds.herokuapp.com/
MIT License
15 stars 2 forks source link

Validate all components on 'blur' rather than 'change' #173

Open shawnbot opened 3 years ago

shawnbot commented 3 years ago

Rapid validations that update the DOM on (practically) every keystroke can be an accessibility issue for some, and a legitimate annoyance for others. We should patch components that haven't explicitly been set up to validate on change to validate on blur.