Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 19 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/forms/client/components/impls/input/FormSuggestBox.java

Diff revisions: vs.
  @@ -68,6 +68,7 @@
68 68 } );
69 69 }
70 70
71 + @Override
71 72 protected void fireBlurListeners()
72 73 {
73 74 setCurrentValue( getCurrentValue() ); // todo: Is this how to force an Error?