Skip to content

Commit

Permalink
Update currency-mask.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ariaieboy authored Aug 12, 2024
1 parent 818ab98 commit dfc788f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/currency-mask.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
masked:'',
init(){
\$nextTick(this.updateMasked());
\$watch('masked',()=>this.updateInput());
\$watch('masked',(value, oldValue)=>this.updateInput(value, oldValue));
\$watch('input', () => this.updateMasked());
},
updateMasked(){
Expand Down

0 comments on commit dfc788f

Please sign in to comment.