Skip to content

Commit

Permalink
fix: validate message not display, fix vbenjs#5034
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan committed Dec 5, 2024
1 parent 21d37a1 commit c5bd64a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/@core/ui-kit/form-ui/src/form-render/form-field.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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="{
Expand Down

0 comments on commit c5bd64a

Please sign in to comment.