inputEx - PasswordField Usage

Basic PasswordField creation

Use the following code to create a basic inputEx PasswordField.

Password and confirmation

The confirm option makes sure there is no typo in new passwords. Use it in combination with an id set on the password field to compare with.

Password length

Set the minimum password length using the minLength option :

Password strength indicator

A widget indicating the strength of the password (useful for password creation) :

Caps Lock Warning

Display a warning if the caps lock key is on