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
At the moment it seems not possible to have a custom validator and other validators like minlength and maxlength; It's also not possible to chain multiple validators.
The custom validator is triggered, but the minlength is not checked.
For the other case it would be feasable to set an Array as the validator attribute.
The text was updated successfully, but these errors were encountered:
At the moment it seems not possible to have a custom validator and other validators like minlength and maxlength; It's also not possible to chain multiple validators.
Example:
<iron-input minlength="5" validator="slugOrEmailValidator"></iron-input>
The custom validator is triggered, but the minlength is not checked.
For the other case it would be feasable to set an Array as the
validator
attribute.The text was updated successfully, but these errors were encountered: