Skip to content

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

PropDescriptionOptions
namethe field name of the password
labelthe text label of the password
classesadditional comma delimited list of css classes to apply to the input element

Component Events

EventDescriptionArgs
--

CSS Classes

ClassDescription
.input-errorthe class applied when there is a validation error