Replies: 1 comment
-
Are you able to put together a reproducer of what you're seeing? This sample seems to be working fine: https://stackblitz.com/edit/8qmowa?file=src%2FApp.vue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In PrimeVUE framework version: 3.41.1
js code:
The html code is as follows:
<InputNumber v-model="aa" @input="test" />
When input in the InputNumber component, sometimes the test function can be trigger , but sometimes not. Why? Is there something I didn't do right?
Beta Was this translation helpful? Give feedback.
All reactions