AlaskaAirlines / auro-input

Custom HTML element for inputting string data in forms
https://auro.alaskaair.com/components/auro/input
Apache License 2.0
2 stars 4 forks source link

"force" attribute for validate method #240

Closed jason-capsule42 closed 1 year ago

jason-capsule42 commented 1 year ago

Is your feature request related to a problem? Please describe.

Since making validate() public I want an attribute to force the logic to execute even if the noValidate attribute is used. The noValidate will prevent the input from auto-validating on blur but I still need it to execute when I call it directly.

Describe the solution you'd like

Add a force boolean attribute to the component.