Tim Climis

Results 1 issues of Tim Climis

For backwards compatibility with a previous js library, I need the following masks: ```javascript translation: { '9': { pattern: /\d/, optional: false }, 'A': { pattern: /[a-zA-Z]/ }, 'X': {...