Merge branch 'ilmarohma/9/Pengisian-angka-harga' into 'dev'
BUGFIX-2: Format pengisian harga pada form produk Closes #9 See merge request !7
This diff is collapsed.
... | ... | @@ -27,11 +27,13 @@ |
"react-moment": "^0.9.7", | ||
"react-number-format": "^4.4.1", | ||
"react-promise-tracker": "^2.1.0", | ||
"react-text-mask": "^5.4.3", | ||
"react-toastify": "^7.0.3", | ||
"reactstrap": "^8.9.0" | ||
"reactstrap": "^8.9.0", | ||
"text-mask-addons": "^3.8.0" | ||
}, | ||
"scripts": { | ||
"start": "cross-env REACT_APP_BASE_URL=$(grep REACT_APP_BASE_URL .env_var | cut -d '=' -f2) parcel public/index.html", | ||
"start": "cross-env REACT_APP_BASE_URL=https://pilar-be-dev.cs.ui.ac.id parcel public/index.html", | ||
"build": "cross-env REACT_APP_BASE_URL=$(grep REACT_APP_BASE_URL .env_var | cut -d '=' -f2) parcel build public/index.html", | ||
"test": "jest", | ||
"test:coverage": "jest --coverage", | ||
... | ... |
src/component/MoneyInput.jsx
0 → 100644
Please register or sign in to comment