Skip to content

Commit

Permalink
fix: validate message not display, fix #5034 (#5038)
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan authored Dec 7, 2024
1 parent 03f166f commit 4c1fc4a
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 4c1fc4a

Please sign in to comment.