fix: update default AutFormFieldInput
This commit is contained in:
parent
cb116f5547
commit
3c990aa953
|
|
@ -23,7 +23,7 @@ const inputComponent = computed(() => props.config?.component === 'textarea' ? T
|
|||
:is="inputComponent"
|
||||
type="text"
|
||||
v-bind="{ ...slotProps.componentField, ...config?.inputProps }"
|
||||
:disabled="disabled"
|
||||
:disabled="config?.inputProps?.disabled ?? disabled"
|
||||
/>
|
||||
</slot>
|
||||
</FormControl>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user