Skip to content

Commit e80678a

Browse files
committed
feat(unstyled): reflect changes in primevue config
1 parent 1547f2d commit e80678a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/PrimeColorPicker.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const props = defineProps({
2222
},
2323
})
2424
25-
const { handleChange } = useFormKitInput(props.context)
25+
const { unstyled, handleChange } = useFormKitInput(props.context)
2626
</script>
2727

2828
<template>

src/components/PrimeDatePicker.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function handleClearClick() {
127127
:panel-class="context?.panelClass"
128128
:pt="context?.pt"
129129
:pt-options="context?.ptOptions"
130-
:unstyled="context?.unstyled ?? false"
130+
:unstyled="unstyled"
131131
@date-select="handleSelect"
132132
@input="handleInput"
133133
@blur="handleBlur"

0 commit comments

Comments
 (0)