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 a71932a commit 0e041d0Copy full SHA for 0e041d0
src/plugins/index.ts
@@ -1,7 +1,7 @@
1
import type { FormKitExtendableSchemaRoot, FormKitNode } from '@formkit/core'
2
3
export function addPrimeAsteriskPlugin(node: FormKitNode): void {
4
- if (!node.props.type.startsWith('prime'))
+ if (!node.props.type.startsWith('primeInput'))
5
return
6
7
node.on('created', () => {
0 commit comments