ProfileUpdateForm

This component allows you to create a password update form. It depends on CardComponent, TextComponent, EmailComponent and ValidationObserver, extend from Vee Validate.

Example

ProfileUpdateForm

<profile-update-form
    :horizontal-inputs="true"
    :label-on-border-inputs="true"
/>

Props

NameDescriptionTypeRequiredDefault
horizontalInputsSame as horizontal in TextComponent or EmailComponentBooleanfalsefalse
validationModeValidation mode for ValidationProviderStringfalse"aggressive"
labelOnBorderInputsSame as label-on-border in TextComponent or EmailComponentBooleanfalsefalse
labelInsideInputsSame as label-inside in TextComponent or EmailComponentBooleanfalsefalse
titleAllows you to indicate the card titleStringfalse"Profile Update"
titleClassAllows you to indicate the card title class to useStringfalse"is-size-5"
isInModalAllows you to indicate if the card is on a modalBooleanfalsefalse
modalWidthAllows you to indicate the width of the modalNumberfalse400

Events

Event NameDescriptionParameters
save--