]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix for #4607
authorJohn Alhroos <john.ahlroos@itmill.com>
Tue, 11 May 2010 13:40:17 +0000 (13:40 +0000)
committerJohn Alhroos <john.ahlroos@itmill.com>
Tue, 11 May 2010 13:40:17 +0000 (13:40 +0000)
svn changeset:13153/svn branch:6.3

src/com/vaadin/terminal/gwt/client/ui/VFilterSelect.java

index 052e4bcc8801f6f1de3f3cef90458185d77a608f..a37ff06e8f4331c9006f86edbdcd92c7deda9db9 100644 (file)
@@ -762,6 +762,7 @@ public class VFilterSelect extends Composite implements Paintable, Field,
         lastNewItemString = null;
 
         currentSuggestions.clear();
+        currentSuggestion = null;
         final UIDL options = uidl.getChildUIDL(0);
         totalMatches = uidl.getIntAttribute("totalMatches");