File tree Expand file tree Collapse file tree 5 files changed +5806
-5093
lines changed
java/gwt/material/design/incubator/client/google/addresslookup
resources/gwt/material/design/addins/client/combobox/resources/js Expand file tree Collapse file tree 5 files changed +5806
-5093
lines changed Original file line number Diff line number Diff line change 66
77Gwt Material Design Extra Components for https://github.com/GwtMaterialDesign/gwt-material <br >
88
9- ## Current Version 2.4.0-rc1
9+ ## Current Version 2.4.0-rc2
1010``` xml
1111<dependency >
1212 <groupId >com.github.gwtmaterialdesign</groupId >
1313 <artifactId >gwt-material-addins</artifactId >
14- <version >2.4.0-rc1 </version >
14+ <version >2.4.0-rc2 </version >
1515</dependency >
1616```
1717
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >gwt-material-parent</artifactId >
77 <groupId >com.github.gwtmaterialdesign</groupId >
8- <version >2.4.0-rc1 </version >
8+ <version >2.4.0-rc2 </version >
99 </parent >
1010
1111 <artifactId >gwt-material-addins</artifactId >
1212 <packaging >gwt-lib</packaging >
1313
1414 <name >Gwt Material Addins</name >
15- <version >2.4.0-rc1 </version >
15+ <version >${parent.version} </version >
1616 <description >Extra Components of GWT Material Framework</description >
1717
1818 <properties >
19- <gwt-material .version>2.4.0-rc1 </gwt-material .version>
19+ <gwt-material .version>${parent.version} </gwt-material .version>
2020 <maven .failsafe.plugin>2.22.1</maven .failsafe.plugin>
2121 </properties >
2222
2323 <scm >
2424 <
connection >scm:git:
[email protected] :GwtMaterialDesign/gwt-material-addins.git</
connection >
2525 <
developerConnection >scm:git:
[email protected] :GwtMaterialDesign/gwt-material-addins.git</
developerConnection >
2626 <url >http://github.com/GwtMaterialDesign/gwt-material-addins</url >
27- <tag >v2.4.0-rc1 </tag >
27+ <tag >v2.4.0-rc2 </tag >
2828 </scm >
2929
3030 <licenses >
Original file line number Diff line number Diff line change 2020package gwt .material .design .incubator .client .google .addresslookup ;
2121
2222import com .google .gwt .event .shared .HandlerRegistration ;
23+ import gwt .material .design .client .constants .Autocomplete ;
2324import gwt .material .design .client .ui .MaterialTextBox ;
2425import gwt .material .design .incubator .client .dark .IncubatorDarkThemeReloader ;
2526import gwt .material .design .incubator .client .google .addresslookup .constants .AddressComponentType ;
@@ -81,7 +82,7 @@ public class AddressLookup extends MaterialTextBox
8182
8283 public AddressLookup () {
8384 setPlaceholder ("" );
84- setAutocomplete (false );
85+ setAutocomplete (Autocomplete . OFF );
8586 }
8687
8788 /**
You can’t perform that action at this time.
0 commit comments