This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Description
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.