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

🙆🏼 Customizable, masked input for React.

Results 15 react-verification-input issues
Sort by recently updated
recently updated
newest added

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...

Adding the ability of setting a custom character for when `passwordMode={true}`, as the new prop `passwordChar`. If not provided, it defaults to `'*'`.

I fixed an issue in the docs for styling with cursor. It prevented the context menu (paste menu) from opening on iOS, when pressing the selected input (the one with...

## Description Adds support for `separator`s such as hyphens, colons, commas, etc. between input items. Useful for when the verification code in question has a format (e.g. 000-00-0000) that will...

Is there any way to set a placeholder other than `*` for passwordMode?