Skip to content

Commit

Permalink
add: aria-label in otp input
Browse files Browse the repository at this point in the history
  • Loading branch information
withden authored and guilhermerodz committed Apr 23, 2024
1 parent 8129782 commit 4155f8a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -107,6 +107,7 @@ export function Showcase({ className, ...props }: { className?: string }) {
containerClassName={cn('group flex items-center')}
maxLength={6}
pattern={REGEXP_ONLY_DIGITS}
aria-label="showcase-otp-input"
render={({ slots, isFocused }) => (
<>
<div className="flex">
Expand Down

0 comments on commit 4155f8a

Please sign in to comment.