ASU / asu-unity-stack

ASU Unity Design System
https://unity.web.asu.edu/
Other
13 stars 8 forks source link

feat(unity-bootstrap-theme): disable validation features for disabled… #1201

Closed scott-williams-az closed 1 year ago

scott-williams-az commented 1 year ago

… inputs

Description

This solves 2 out of 3 with css only (I'm not sure if we should invest in further solution)

~When a form element is disabled, the required indicator should not be visible.~ When a form element is disabled, the extra styling for Valid/Invalid states should not apply. When a form element is disabled, the valid-feedback/invalid-feedback should not be visible

Links

Checklist

Browsers

Images

mlsamuelson commented 1 year ago

The third item, not addressed, can be considered the responsibility of the implementing system.