We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed8cce4 commit e9ccd91Copy full SHA for e9ccd91
packages/ui/src/components/input-otp/InputOTP.tsx
@@ -8,7 +8,7 @@ import InputOtpRoot from './InputOtpRoot';
8
import type { InputOTPProps } from './types';
9
10
const InputOTP = forwardRef<ComponentRef<typeof InputOtpRoot>, InputOTPProps>((props, ref) => {
11
- const { className, classNames, inputCount = 6, mask, placeholder, separator, size, ...rest } = props;
+ const { className, classNames, inputCount = 6, mask, separator, size, ...rest } = props;
12
13
const isSeparator = Boolean(separator);
14
0 commit comments