Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 826 Bytes

password.md

File metadata and controls

27 lines (20 loc) · 826 Bytes

password field deprecated

This is a type="password" input field.

Please note! This field type is deprecated. Please use the common input field type!

Special properties of field

Property Default Accepted values Description
autocomplete none see doc Indicates whether the value of the control can be automatically completed by the browser.
placeholder none String Placeholder text for input field
readonly false Boolean If true, the input field is read only

Usage

{
	type: "password",
	label: "Password",
    model: "password",
    min: 6,
    required: true,
    hint: "Minimum 6 characters"
}