mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
add caretHidden to TextInputProperties
This commit is contained in:
Vendored
+5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user