mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
add caretHidden to TextInputProperties
This commit is contained in:
5
types/react-native/index.d.ts
vendored
5
types/react-native/index.d.ts
vendored
@@ -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