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 setActive nor working #102

Closed steffimueller closed 7 years ago

steffimueller commented 8 years ago

I used the following from the latest SNAPSHOT:

  @UiField
  PaperIconItem button;

....
void doSomething() {
   button.setActive(true);
}

The function button.setActive(true); does not work. I have to use:

button.setAttributes("active");
manolo commented 7 years ago

Fixed in 1.7.0.0