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 a76bd18 commit 5fcb69eCopy full SHA for 5fcb69e
src/components/PrimeOutputList.vue
@@ -28,7 +28,7 @@ const { hasPrefix, hasPrefixIcon, hasSuffix, hasSuffixIcon } = useFormKitSection
28
const getListValues = computed(() => {
29
const values = Array.isArray(props.context?._value) ? props.context._value : []
30
if (typeof props.context?.convertValue === 'function') {
31
- return [props.context.convertValue([...values])]
+ return props.context.convertValue([...values])
32
}
33
return values
34
})
0 commit comments