Advertisement
azizalyunanp

Input mask rupiah

Jun 30th, 2020
2,147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.30 KB | None | 0 0
  1. $('#pagu').inputmask({
  2.         alias: 'numeric',
  3.         autoGroup: true,
  4.         groupSeparator: ',',
  5.         rightAlign: false,
  6.         digitsOptional: true,
  7.         digits: 2,
  8.         prefix: 'IDR ',
  9.         allowMinus: true,
  10.         autoUnmask: true,
  11.         removeMaskOnSubmit: true
  12.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement