manolo / gwt-polymer-elements

Polymer Web Components for GWT. A collection of Material Design widgets for desktop and mobile.
Apache License 2.0
155 stars 49 forks source link

PaperIconItem setDisabled not working #100

Closed confile closed 7 years ago

confile commented 8 years ago

I tried:

  @UiField
  PaperIconItem triggerButton;

triggerButton.setDisabled(true);  // this does not work
triggerButton.setAttributes("disabled"); // this does work
manolo commented 7 years ago

Fixed. Use 1.7.0.0-SNAPSHOT