Password
The password field allows users to securely enter a password, with custom requirements.
Last updated
The password field allows users to securely enter a password, with custom requirements.
Last updated
The Password
field collects a secure string that is encrypted visually and in Feathery storage. Users can specify custom password constraints, like max/min length, requiring at least 1 symbol, number, letter, etc.
The Feathery SDK and API reference pin input fields with type
equal to password
. The submitted value is a string
.