AlaskaAirlines / auro-input

Custom HTML element for inputting string data in forms

Home Page:https://auro.alaskaair.com/components/auro/input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the validate() method public

jason-capsule42 opened this issue · comments

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.