You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm trying to see how to use primeInputMask in the demo playground (https://formkit-primevue.netlify.app/), but if I change anything there with the schema text editor, instead of updating the form, the schema is displayed as text.
Anyway, in my app, if I set a FormKitSchema like this
Hi. I'm trying to see how to use primeInputMask in the demo playground (https://formkit-primevue.netlify.app/), but if I change anything there with the schema text editor, instead of updating the form, the schema is displayed as text.
Anyway, in my app, if I set a FormKitSchema like this
{
$formkit: 'primeInputMask',
type: 'text,
name: "Phone",
mask: '+1 (###) ###-####',
validation: 'required',
validationVisibility: 'live'
}
I can see the mask in the input, but typing doesn't do anything.
Would anybody have an example of how to use primeInputMask?
The text was updated successfully, but these errors were encountered: