Skip to content

Commit

Permalink
feat(input): add container attribute data-input-otp-container
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermerodz committed Feb 21, 2024
1 parent 1e8ba2e commit 2217693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ export const OTPInput = React.forwardRef<HTMLInputElement, OTPInputProps>(

return (
<div
data-input-otp-container
style={rootStyle({ disabled: props.disabled })}
className={containerClassName}
{...props}
Expand Down

0 comments on commit 2217693

Please sign in to comment.