Open ahmedelkilani opened 7 years ago
Could we get this merged?
Potentially this is not the correct approach.
IronValidatableBehavior states custom validation should override the method _getValidity
and not validate
.
Both these solutions fix the issue, but potentially overriding _getValidity
is more correct based on documentation.
@arthurevans @e111077 can one of you point this in the right direction?
requesting the summon of the queen of inputs and validation @notwaldorf
It seems in other elements we do both? https://github.com/PolymerElements/gold-cc-cvc-input/blob/master/gold-cc-cvc-input.html#L313
Fixed issue #56 . invalid property is not updated even after calling validate method.