Skip to content

Commit

Permalink
Merge pull request #23 from Buupu/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Buupu authored Oct 3, 2021
2 parents eeaefdd + a0d575f commit 1ba9cf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chakra-otp-input",
"author": "Buupu",
"version": "0.3.2",
"version": "0.3.3",
"repository": {
"type": "git",
"url": "git+https://github.com/Buupu/chakra-otp-input"
Expand Down
1 change: 1 addition & 0 deletions src/otp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export const OTPInput = (props: OTPProps) => {
inputs.push(
<Input
key={`otp-input-${i}`}
aria-label={`one time password input number ${i + 1}`}
{...baseStyles}
{...rest}
onKeyDown={handleKeyDown}
Expand Down

0 comments on commit 1ba9cf7

Please sign in to comment.