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
Currently the validator property needs the name of a validator, which is then looked up globally.
In many cases it is more compact and easier for dynamic cases to bind to a function directly, similar to how dom-repeat handles sorting and filtering.
Currently the
validator
property needs the name of a validator, which is then looked up globally.In many cases it is more compact and easier for dynamic cases to bind to a function directly, similar to how dom-repeat handles sorting and filtering.
Related: PolymerElements/iron-validator-behavior#26
The text was updated successfully, but these errors were encountered: