Skip to content

Commit ae779e7

Browse files
committed
MaterialDropDown's setActivator doesn't function correctly #416
1 parent a8f5698 commit ae779e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gwt-material/src/main/java/gwt/material/design/client/ui/MaterialDropDown.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ public String getActivator() {
200200
*/
201201
public void setActivator(String activator) {
202202
this.activator = activator;
203+
setId(activator);
203204
}
204205

205206
@Override

0 commit comments

Comments
 (0)