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.
1 parent 1547f2d commit e80678aCopy full SHA for e80678a
src/components/PrimeColorPicker.vue
@@ -22,7 +22,7 @@ const props = defineProps({
22
},
23
})
24
25
-const { handleChange } = useFormKitInput(props.context)
+const { unstyled, handleChange } = useFormKitInput(props.context)
26
</script>
27
28
<template>
src/components/PrimeDatePicker.vue
@@ -127,7 +127,7 @@ function handleClearClick() {
127
:panel-class="context?.panelClass"
128
:pt="context?.pt"
129
:pt-options="context?.ptOptions"
130
- :unstyled="context?.unstyled ?? false"
+ :unstyled="unstyled"
131
@date-select="handleSelect"
132
@input="handleInput"
133
@blur="handleBlur"
0 commit comments