vue-currency-input
vue-currency-input copied to clipboard
v-model.lazy and hideGroupingSeparatorOnFocus issues in Safari
Vue Currency Input version
2.4.0
Vue version
3.2.31
What browser are you using?
Safari
What operating system are you using?
macOS 12.3
Reproduction link
https://codesandbox.io/s/cool-cookies-48jp6b
Describe your issue
This is a little convoluted but I believe I've found a circumstance where v-currency doesn't update v-model. This only happens in Safari (and Mobile Safari). I think this is a combination of using v-model.lazy
and hideGroupingSeparatorOnFocus: false
. When using both of these the component will not update v-model unless you clear the input. The code sandbox should have a reproduction.