diff --git a/app/components/pub/my-ui/form/input-base.vue b/app/components/pub/my-ui/form/input-base.vue index aeb4a4af..a3743734 100644 --- a/app/components/pub/my-ui/form/input-base.vue +++ b/app/components/pub/my-ui/form/input-base.vue @@ -19,6 +19,8 @@ const props = defineProps<{ maxLength?: number isRequired?: boolean isDisabled?: boolean + rightLabel?: string + bottomLabel?: string }>() function handleInput(event: Event) { @@ -61,7 +63,7 @@ function handleInput(event: Event) { v-slot="{ componentField }" :name="fieldName" > - + +

{{ rightLabel }}

+

{{ bottomLabel }}