InputMask: Value is not unmasked when pasting inside Form #6741
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When pasting masked value to InputMask with unmask attribute it outputs unmasked value, except if you are using new Form component.
The output of $form.[inputname]?.value is the masked value despite unmask attribute true.
Typing works without issue.
Reproducer
https://stackblitz.com/edit/p9kvjy?file=src%2FApp.vue,package.json
PrimeVue version
4.2.1
Vue version
3.x
Language
TypeScript
Build / Runtime
Nuxt
Browser(s)
No response
Steps to reproduce the behavior
Open reproducer, copy masked value, paste inside inputs, see result on side.
Expected behavior
Value properly unmasked when using Form.
The text was updated successfully, but these errors were encountered: