PasswordInput

Props#

hasError#

If true, an error style is applied. The default value is false.

TypeRequired
booleanNo

iconProps#

Icon props. Check Icon documentation.

TypeRequired
objectNo

isDisabled#

If true, the text is not editable and a disabled style is applied. The default value is false.

TypeRequired
booleanNo

onBlur#

Callback that is called when the text input is blurred.

TypeRequired
functionNo

onChange#

Callback that is called when the text input's text changes. Changed text is passed as an argument to the callback handler.

TypeRequired
functionNo

onFocus#

Callback that is called when the text input is focused.

TypeRequired
functionNo

placeholder#

The string that will be rendered before text input has been entered.

TypeRequired
stringNo

rnTextInputProps#

React Native's Text Input props. Check React Native Text Input documentation.

TypeRequired
objectNo

value#

A value of the input.

TypeRequired
stringNo