Password Widget
The password widget is a text input where the password text is not echoed back to the user.
Configurable components
Class Name | Description |
---|---|
card | Background card component |
primary | Password input component |
Widget Properties
Name | Description |
---|---|
form | Name of the form to submit the text to. |
label | Field label |
Common CSS Properties
These CSS properties configure the underlying Vuetify button component.
Property | Description |
---|---|
background | Background color |
color | Text color |
Vuetify CSS Properties
Set these CSS properties to modify the underlying Vuetify password component.
Property | Description |
---|---|
--w-variant | Set to elevated, flat, tonal, outlined, text or plain. |
--w-density | Set to compact, default or comfortable. |
--w-ripple | Set to enable the ripple effect. |