RobinHerbots / Inputmask

Input Mask plugin
https://robinherbots.github.io/Inputmask/
MIT License
6.39k stars 2.17k forks source link

Decimal with suffix / extra spaces #1743

Open irudoy opened 6 years ago

irudoy commented 6 years ago

nov-16-2017 14-01-37

$('input').inputmask('integer', {
   rightAlign: false,
   autoGroup: true,
   groupSeparator: ' ',
   groupSize: 3,
   integerDigits: 9,
   allowMinus: false,
   suffix: ' SUF.',
});

Isolated repro: https://codepen.io/rudoy/pen/MOEvog

irudoy commented 6 years ago

Actual for 4.x

Any news?