Appearance
PasswordInput
The PassportInput
component provides a convenient password input field complete with label and validation support.
Examples
html
<PassportInput label="Password" name="password" />
An example can be seen in /frontend/views/LoginView.vue
Component Props
Prop | Description | Options |
---|---|---|
name | the field name of the password | |
label | the text label of the password | |
classes | additional comma delimited list of css classes to apply to the input element |
Component Events
Event | Description | Args |
---|---|---|
-- |
CSS Classes
Class | Description |
---|---|
.input-error | the class applied when there is a validation error |