Skip to content

Commit

Permalink
Merge branch 'main' into feature/0919
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Sep 19, 2024
2 parents 761df8b + f257839 commit 10b2cec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@core/ui-kit/form-ui/src/form-render/form-field.vue
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@ function createComponentProps(slotProps: Record<string, any>) {
<component
:is="fieldComponent"
:class="{
'border-destructive focus:border-destructive': isInValid,
'border-destructive focus:border-destructive hover:border-destructive/80':
isInValid,
}"
v-bind="createComponentProps(slotProps)"
:disabled="shouldDisabled"
Expand Down

0 comments on commit 10b2cec

Please sign in to comment.