Skip to content

Commit

Permalink
feat(formkit): add asterisk plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Jul 20, 2024
1 parent 5df6262 commit cd0a128
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions formkit.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { defu } from 'defu'
import { de, en } from '@formkit/i18n'
import { createAutoAnimatePlugin } from '@formkit/addons'
import { primeInputs } from '@sfxcode/formkit-primevue'
import { addPrimeAsteriskPlugin } from '@sfxcode/formkit-primevue/plugins'

const config: DefaultConfigOptions = {
locales: { de, en },
Expand All @@ -27,6 +28,7 @@ const config: DefaultConfigOptions = {
repeater: ['items'],
},
),
addPrimeAsteriskPlugin,
],
}

Expand Down

0 comments on commit cd0a128

Please sign in to comment.