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

master
Netfan 1 year ago committed by GitHub
parent 03f166f8a4
commit 4c1fc4a11e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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