The PasswordField is a special TextField which allows hidden input. Most prominently it is used on login pages.
The following example shows a PasswordField within a login page. The PasswordField has the same API as a TextField.
Please refer to the TextField Demo Kit Page for more details.