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 has been 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.
The text was updated successfully, but these errors were encountered:
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 oneIronMeta
or anIronMetaQuery
and settype
tovalidatorType
before looking up the validatorbyKey
. I'd also recommend seeing if this work can be done in an observer for thevalidator
property rather than a getter.The text was updated successfully, but these errors were encountered: