Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
fix: autonumeric initialization for multiple element
Browse files Browse the repository at this point in the history
  • Loading branch information
uyab committed Sep 16, 2019
1 parent ef99c35 commit 184737a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/js/all.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"/css/app.css": "/css/app.css?id=c9f8cd41799b385cd014",
"/js/all.js": "/js/all.js?id=bb165e61fddde519ecc3",
"/js/all.js": "/js/all.js?id=b073912d523016ef24ac",
"/css/all.css": "/css/all.css?id=414acc0ef56df5f6d37d",
"/semantic/semantic.min.css": "/semantic/semantic.min.css?id=8326a6c2bdbe93f39c6f"
}
2 changes: 1 addition & 1 deletion resources/js/init/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ $(function () {
});

if (typeof AutoNumeric === 'function') {
new AutoNumeric('input[data-role="rupiah"]', {
AutoNumeric.multiple('input[data-role="rupiah"]', {
currencySymbol: '',
decimalCharacter: ',',
digitGroupSeparator: '.',
Expand Down

0 comments on commit 184737a

Please sign in to comment.