8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d91578c + 90447c8 commit a4f4f52Copy full SHA for a4f4f52
packages/coreui-vue/src/components/form/CFormControlWrapper.ts
@@ -43,7 +43,7 @@ const CFormControlWrapper = defineComponent({
43
setup(props, { slots }) {
44
return () =>
45
props.floatingLabel
46
- ? h(CFormFloating, [
+ ? h(CFormFloating, () => [
47
42BF slots.default && slots.default(),
48
h(
49
CFormLabel,
0 commit comments