Browse Source

fix: validate message not display, fix #5034 (#5038)

pull/5066/head
Netfan 1 year ago
committed by GitHub
parent
commit
4c1fc4a11e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      packages/@core/ui-kit/form-ui/src/form-render/form-field.vue

6
packages/@core/ui-kit/form-ui/src/form-render/form-field.vue

@ -298,11 +298,7 @@ function autofocus() {
>
{{ label }}
</FormLabel>
<div
:class="
cn('relative flex w-full items-center overflow-hidden', wrapperClass)
"
>
<div :class="cn('relative flex w-full items-center', wrapperClass)">
<FormControl :class="cn(controlClass)">
<slot
v-bind="{

Loading…
Cancel
Save