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 622bbc4 commit 9d85e2aCopy full SHA for 9d85e2a
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('primeInput'))
+ if (!node.props.type.startsWith('prime') || node.props.type.startsWith('primeOutput'))
5
return
6
7
node.on('created', () => {
0 commit comments