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
I tried adding initial-validity to an input element. But it was always false.
I had a look into the source code and figured it was set from scope. But, i guess it had to be initialized from attrs.
The following fixed it for me.
var initialValidity=attrs.initialValidity;
Let me know if i am on right track or is there a solution without changing source.
Thanks
The text was updated successfully, but these errors were encountered:
I tried adding initial-validity to an input element. But it was always false.
I had a look into the source code and figured it was set from scope. But, i guess it had to be initialized from attrs.
The following fixed it for me.
var initialValidity=attrs.initialValidity;
Let me know if i am on right track or is there a solution without changing source.
Thanks
The text was updated successfully, but these errors were encountered: