Index: applications/editors/josm/plugins/utilsplugin2/build.xml
===================================================================
--- applications/editors/josm/plugins/utilsplugin2/build.xml	(revision 30928)
+++ applications/editors/josm/plugins/utilsplugin2/build.xml	(revision 30939)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="[josm_utilsplugin2]: select boundary by double-click; multitagger table highlights"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="7146"/>
+    <property name="plugin.main.version" value="8005"/>
 
     <property name="plugin.author" value="Kalle Lampila, Upliner, Zverik, akks, joshdoe and others"/>
Index: applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/multitagger/MultiTagDialog.java
===================================================================
--- applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/multitagger/MultiTagDialog.java	(revision 30928)
+++ applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/multitagger/MultiTagDialog.java	(revision 30939)
@@ -58,5 +58,5 @@
 
 /**
- * Dialog fo redinitg multible object tags
+ * Dialog for editing multiple object tags
  */
 public class MultiTagDialog extends ExtendedDialog implements SelectionChangedListener {
@@ -64,5 +64,5 @@
     private final MultiTaggerTableModel tableModel = new MultiTaggerTableModel();
     private final JTable tbl;
-    //
+
     private final HighlightHelper highlightHelper = new HighlightHelper();
     private final HistoryComboBox cbTagSet = new HistoryComboBox();
@@ -211,5 +211,5 @@
         for (int i=0; i<tableModel.mainTags.length; i++) {
                 if (tableModel.isSpecialTag[i]) continue;
-                AutoCompletingTextField tf = new AutoCompletingTextField();
+                AutoCompletingTextField tf = new AutoCompletingTextField(0, false);
                 AutoCompletionList acList = new AutoCompletionList();
                 autocomplete.populateWithTagValues(acList, tableModel.mainTags[i]);
