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

Make the validate() method public #236

Closed jason-capsule42 closed 1 year ago

jason-capsule42 commented 1 year ago

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

To support the new range feature of datepicker which requires multiple auro-inputs to stay in sync with validation it is necessary for datepicker to call the validate method on an auro-input after changes are made to another.

Describe the solution you'd like

Remove the private flag from the validate method.