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
{{ message }}
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
An instance of IronMeta is created for every element that implements this behavior here: https://github.com/PolymerElements/iron-validatable-behavior/blob/master/iron-validatable-behavior.html#L84. To improve performance, the element should use one IronMeta or an IronMetaQuery and set type to validatorType before looking up the validator byKey. I'd also recommend seeing if this work can be done in an observer for the validator property rather than a getter.