Answer the question
In order to leave comments, you need to log in
How to get boolean value of auto-validate attribute in Polymer?
Hey!
There is a paper-input to which the attribute is added auto-validate
. I want to get boolean
the value of the attribute of the auto-validate
component <paper-input>
after its execution.
<paper-input type="text" id="logSgn" name="login" label="username" error-message="Please, enter your name!" required auto-validate pattern="[a-zA-Z]*" autocorrect>
</paper-input>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question