changhuixu / ngx-digit-only

An Angular directive to only allow [0-9] in the input box when typing, pasting or drag/dropping.
https://changhuixu.github.io/ngx-digit-only/
MIT License
161 stars 70 forks source link

decimalSeparator as array #68

Open akanzari opened 1 year ago

akanzari commented 1 year ago

Hello,

Is it possible to make the decimalSeparator an array ? In my case the user can enter in the same input xx.xx or xx,xx, so the decimalSeparator = ['.',',']