Derek Dinsmore
Results
2
issues of
Derek Dinsmore
Hi all, I love Cleave, but I've always had this issue when trying to add masks to phone numbers. To recreate the issue, I've setup a Codepen here, I'm using...
## Describe the Feature Currently, if you type in a value using currency masking, ie: ```JavaScript type="currency" options={{ prefix: '$', decimalSeparator: '.', groupSeparator: ',', precision: 2 }} ``` And type...
enhancement