@sfxcode/formkit-primevue 3.0.3 → 3.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,7 +28,7 @@ const { hasPrefix, hasPrefixIcon, hasSuffix, hasSuffixIcon } = useFormKitSection
28
28
  const getListValues = computed(() => {
29
29
  const values = Array.isArray(props.context?._value) ? props.context._value : []
30
30
  if (typeof props.context?.convertValue === 'function') {
31
- return [props.context.convertValue([...values])]
31
+ return props.context.convertValue([...values])
32
32
  }
33
33
  return values
34
34
  })
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sfxcode/formkit-primevue",
3
3
  "type": "module",
4
- "version": "3.0.3",
4
+ "version": "3.0.4",
5
5
  "packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
6
6
  "author": {
7
7
  "name": "Tom",