For a simple DynamicForm with a TextItem and with:
the SubmitValuesHandler gets called on Enter key but not on blur. Is there something missing?
Test case attached.
SmartGWT: v12.1p_2020-06-19/LGPL Development Only (built 2020-06-19)
Code:
setSaveOnEnter(true); setImplicitSaveOnBlur(true);
Test case attached.
SmartGWT: v12.1p_2020-06-19/LGPL Development Only (built 2020-06-19)
Comment