The Password component
Lets the user enter text that is obfuscated. As its name suggests, this is especially useful for entering passwords.
In addition to the properties listed below, this component inherits properties and methods from the superclass Component
. For example, any Password component has a label
and defaultValue
property even though these are not explicitly listed here.
Properties
Name | Description | Datatype | Default |
---|---|---|---|
labelPosition | Position of the label with respect to the password. Can be 'top' , 'bottom' , 'right-right' , 'left-right' , 'left-left' or 'right-left' . | String | "top" |
See also
- This components works the same as a TextField, but the entered characters are obfuscated.