add Functionality sendInfomail

- expand InputComponent for dynamic adding of actionButton to Form Upload Image
- add Phrases for Infomail
This commit is contained in:
ma0068
2025-08-19 09:16:26 +02:00
parent a51f587da7
commit cf59bcff12
4 changed files with 66 additions and 5 deletions
+3 -1
View File
@@ -28,7 +28,8 @@ export default {
label: String,
// NOTE(chris): remove these from $attrs array to prevent doubled event listeners
onInput: [Array, Function],
'onUpdate:modelValue': [Array, Function]
'onUpdate:modelValue': [Array, Function],
titleActionButton: String
},
data() {
return {
@@ -314,6 +315,7 @@ export default {
:id="idCmp"
:name="name"
:class="validationClass"
:titleActionButton="titleActionButton"
@update:model-value="clearValidationForThisName"
>
<slot></slot>