xnimorz/masked-input

navigate to mask separator

Opened this issue · 1 comments

Exists some way for press ':' and go to next mask section?

Example

const maskFormat = [
  {
    str: '#',
    regexp: /[0-9]/,
  },
  {
    str: '*',
    regexp: /[0-5]/,
  },  
];

  <MaskInput 
      alwaysShowMask 
      mask="###:*#:*#" 
      // maskString="___:__:__"      
      maskChar='_'        
      maskFormat={maskFormat} 
  />

if press 1:2:3 I expect 1__:2_:3_

Hey @francesc79
It's not supported atm, sorry for the inconvenience.
I don't have unfortunately time to work on this package, so if you want, your contribution will be very appreciated!