add default value

This commit is contained in:
Eric Kirkham
2018-04-09 16:40:08 -07:00
parent fd5d770d39
commit 57238f66d8
+1 -1
View File
@@ -1093,7 +1093,7 @@ export interface TextInputProperties
blurOnSubmit?: boolean;
/**
* If true, the caret is hidden
* If true, caret is hidden. The default value is false.
*/
caretHidden?: boolean