add caretHidden to TextInputProperties

This commit is contained in:
Eric Kirkham
2018-04-09 16:14:33 -07:00
parent c2724adc96
commit fd5d770d39

View File

@@ -1092,6 +1092,11 @@ export interface TextInputProperties
*/
blurOnSubmit?: boolean;
/**
* If true, the caret is hidden
*/
caretHidden?: boolean
/**
* Provides an initial value that will change when the user starts typing.
* Useful for simple use-cases where you don't want to deal with listening to events