andreaswilli/react-verification-input

adding custom class names should not remove default class names

andreaswilli opened this issue · 1 comments

Specifying class names like this

<VerificationInput
  inputProps={{ className: 'custom-class' }}
  containerProps={{ className: 'custom-class' }}
/>

overwrites the default class names of these elements, which messes up the component styles.

see discusstion in #77 (comment)

Fixed in 3.1.1