From 65f0587f6395b983676141df9a874a4c08762877 Mon Sep 17 00:00:00 2001
From: vitalets <noginsk@rambler.ru>
Date: Tue, 6 Aug 2013 11:07:28 +0400
Subject: [PATCH] comments

---
 src/editable-form/editable-form.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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