Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

disabled attribute causes nested elements to be disabled #30

@dbismut

Description

@dbismut

Let's say I want to show the tooltip only when the password is incorrect. invalidLogin is false by default, so the core-tooltip is disabled but then the paper-inputelement is also disabled!

<core-tooltip  flex label="Password is incorrect" position="right" disabled?="{{!invalidLogin}}" show>
  <paper-input-decorator label="Password" floatingLabel="true">
    <input id="password" is="core-input" type="password" value="{{password}}" />
  </paper-input-decorator>
</core-tooltip>

Metadata

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