DateField getValue() vs getCurrentValue() javadoc improvement suggestion.
Required Information
Version(s) of GXT
Description
Javadoc for getValue() :
Javadoc for getCurrentValue():
Quote:
Returns the field's current value. The value of the field is not updated until the field is blurred when editing.
Returns: the current value
I might be wrong but these should be switched arround to match theire behaviour. It often often happens that the getValue method returned an old value() untill it is unblured, unfocused.
Update:
The real cause of the problem : http://www.sencha.com/forum/showthre...ng-date-picker