diff --git a/src/BaseInput.vue b/src/BaseInput.vue index 2fa1fe5..487ab47 100644 --- a/src/BaseInput.vue +++ b/src/BaseInput.vue @@ -52,7 +52,11 @@ const props = defineProps({ default: undefined, }, inputAttributes: { - type: Object as PropType, + type: Object as PropType, + default: undefined, + }, + textareaAttributes: { + type: Object as PropType, default: undefined, }, classes: {