Skip to main content
zerotal

Documentation


Documentation / @zerotal/flow-ui / index / InputOTPProps

Interface: InputOTPProps

Defined in: flow-ui/src/components/InputOTP.tsx:18

Indexable

[key: string]: unknown

Properties

length?

optional length?: number

Defined in: flow-ui/src/components/InputOTP.tsx:20

How many characters the code has.


numeric?

optional numeric?: boolean

Defined in: flow-ui/src/components/InputOTP.tsx:22

Restrict to digits. Letters are allowed when false.


groupAfter?

optional groupAfter?: number

Defined in: flow-ui/src/components/InputOTP.tsx:24

Insert a wider gap after this many boxes — 3 gives 123 456.


disabled?

optional disabled?: boolean

Defined in: flow-ui/src/components/InputOTP.tsx:25


class?

optional class?: string

Defined in: flow-ui/src/components/InputOTP.tsx:26