We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41db025 commit 6aeba2dCopy full SHA for 6aeba2d
src/vue-numeric.vue
@@ -263,8 +263,13 @@ export default {
263
})
264
}
265
},
266
-
267
- separator(newValue, oldValue) {
+
+ /**
268
+ * Immediately reflect separator changes
269
+ * @param {String} newValue
270
+ * @param {String} oldValue
271
+ */
272
+ separator (newValue, oldValue) {
273
if (newValue !== oldValue) {
274
this.process(this.valueNumber)
275
this.amount = this.format(this.valueNumber)
0 commit comments