diff --git a/src/editable-form/editable-form.js b/src/editable-form/editable-form.js index 5ecb625..171f486 100644 --- a/src/editable-form/editable-form.js +++ b/src/editable-form/editable-form.js @@ -478,7 +478,7 @@ Editableform is linked with one of input types, e.g. 'text', 'select' etc. **/ 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 @type string|object