It is the default save key that can be used for the VaForm component. It is just a send function, the VaForm component does the real work. It triggers the following function.
this.formState.submit(this.redirect)
Property | Type | Description |
---|---|---|
block | boolean |
Expands the button to 100% of the available space. |
item | string |
The element added to the button. |
icon | boolean |
If true, shows the key with the icon only. |
color | string , object |
Customizable background or text color based on text prop value. |
text | boolean |
Removes the background button. |
label | string |
Overrides the default tag. |
redirect | boolean |
After successful save, it redirects to the resource list. |