InputPassword
Wrapper for InputBase. Specifically crafted for password input.
It adds:
- icons for input and toggle button,
- logic to toggle password visibility,
- "Password" default label.
Example
<InputPassword
ref={confirmPasswordRef}
label='Confirm Password'
onSubmitEditing={onFormSubmit}
/>