react-verification-input icon indicating copy to clipboard operation
react-verification-input copied to clipboard

`characterProps` is not exposed

Open andrehadianto opened this issue 7 months ago • 1 comments

As the title says, the character-container is not exposed as props. This forces the user to use css styling to customise the character-container's look.

Having character-container exposed would be a great addition to this wonderful code input.

A suggestion to the finalised prop:

<VerificationInput
  characterProps={{}}
  ...
/>

andrehadianto avatar Jul 23 '24 14:07 andrehadianto