Skip to content

<paper-input-decorator label="test" autoValidate?="{{autoValidate}}"> #1249

Closed
@gertcuykens

Description

<paper-input-decorator label="Firstname" autoValidate?="{{autoValidate}}">
       <core-localstorage name="firstname" value="{{firstname}}"></core-localstorage>
       <input name="firstname" value="{{firstname}}" is="core-input" required>
</paper-input-decorator>

On submit I do this

this.autoValidate=true
if (this.$.myfrm.checkValidity()) this.$.myfrm.submit();

But autoValidate?="{{autoValidate}} does not work? It does work when for example use hidden?="{{autoValidate}} instead of autoValidate

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions