atomium icon indicating copy to clipboard operation
atomium copied to clipboard

Implement prop `mask` on AtomInput

Open RodrigoRVSN opened this issue 1 year ago • 0 comments

Example of a mask for a CPF input:

<AtomInput
  placeholder='999.999.999-99'
  mask='000.000.000-00'
/>

Ref

RodrigoRVSN avatar Aug 23 '23 19:08 RodrigoRVSN