File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/gwt/material/design/addins/client/autocomplete Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414 <description >Extra Components of GWT Material Framework</description >
1515
1616 <properties >
17- <gwt-material .version>1.6.0-SNAPSHOT </gwt-material .version>
17+ <gwt-material .version>1.6.2 </gwt-material .version>
1818 </properties >
1919
2020 <scm >
Original file line number Diff line number Diff line change 3939import gwt .material .design .client .constants .ProgressType ;
4040import gwt .material .design .client .ui .MaterialChip ;
4141import gwt .material .design .client .ui .MaterialLabel ;
42- import gwt .material .design .client .ui .MaterialToast ;
4342import gwt .material .design .client .ui .html .Label ;
4443import gwt .material .design .client .ui .html .ListItem ;
4544import gwt .material .design .client .ui .html .UnorderedList ;
@@ -479,6 +478,7 @@ public void setItemValues(List<String> itemValues) {
479478 return ;
480479 }
481480 List <Suggestion > list = new ArrayList <>(itemValues .size ());
481+ label .addStyleName ("active" );
482482 for (String value : itemValues ) {
483483 Suggestion suggestion = new gwt .material .design .client .base .Suggestion (value , value );
484484 list .add (suggestion );
You can’t perform that action at this time.
0 commit comments