This commit is contained in:
vitalets 2013-08-06 11:07:28 +04:00
parent d7202ca5f4
commit 65f0587f63

@ -478,7 +478,7 @@ Editableform is linked with one of input types, e.g. 'text', 'select' etc.
**/ **/
value: null, value: null,
/** /**
Value that will be displayed in input if original field value is `null`. Value that will be displayed in input if original field value is empty (`null|undefined|''`).
@property defaultValue @property defaultValue
@type string|object @type string|object