-
Updated from 3.0.0 to 3.0.1 and this broke my implementation. Calls to setValue are updating the useCurrencyInput reference correctly, but the changes are not being reflected in the referenced q-input. Had to go back to 3.0.0. |
Beta Was this translation helpful? Give feedback.
Answered by
dm4t2
Oct 7, 2022
Replies: 1 comment 1 reply
-
Sorry for the breaking change! Using Working example: https://codesandbox.io/s/vue-currency-input-integration-with-quasar-gwn46 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
btmi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry for the breaking change! Using
v-model
on<q-input>
in your component should fix the issue.See a similar issue for Element Plus: #347
Working example: https://codesandbox.io/s/vue-currency-input-integration-with-quasar-gwn46