You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This leads to invalid input fields right from the start. I've put gold-password-input into an SSN Validator Codepen to illustrate the problem in comparison with a paper-input. https://codepen.io/anon/pen/ypMYjv?editors=1010
The text was updated successfully, but these errors were encountered:
xelra
changed the title
Validates on init instead of input
Validates on init instead of input or change
Dec 28, 2017
Actually, after testing some more, even after setting the validator to return true;, it starts off as invalid. So I think that it doesn't validate at all on init, but just start off as invalid.
When adding a validator, gold-password-input validates immediately instead of after the first input or change event.
This leads to invalid input fields right from the start. I've put gold-password-input into an SSN Validator Codepen to illustrate the problem in comparison with a paper-input.

https://codepen.io/anon/pen/ypMYjv?editors=1010
The text was updated successfully, but these errors were encountered: