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

<profile-update-form
:horizontal-inputs="true"
:label-on-border-inputs="true"
/>
Props
| Name | Description | Type | Required | Default |
|---|---|---|---|---|
| horizontalInputs | Same as horizontal in TextComponent or EmailComponent | Boolean | false | false |
| validationMode | Validation mode for ValidationProvider | String | false | "aggressive" |
| labelOnBorderInputs | Same as label-on-border in TextComponent or EmailComponent | Boolean | false | false |
| labelInsideInputs | Same as label-inside in TextComponent or EmailComponent | Boolean | false | false |
| title | Allows you to indicate the card title | String | false | "Profile Update" |
| titleClass | Allows you to indicate the card title class to use | String | false | "is-size-5" |
| isInModal | Allows you to indicate if the card is on a modal | Boolean | false | false |
| modalWidth | Allows you to indicate the width of the modal | Number | false | 400 |
Events
| Event Name | Description | Parameters |
|---|---|---|
| save | - | - |