Documentation / @zerotal/flow-ui / index / InputOTPProps
Interface: InputOTPProps
Defined in: flow-ui/src/components/InputOTP.tsx:18
Indexable
[
key:string]:unknown
Properties
length?
optionallength?:number
Defined in: flow-ui/src/components/InputOTP.tsx:20
How many characters the code has.
numeric?
optionalnumeric?:boolean
Defined in: flow-ui/src/components/InputOTP.tsx:22
Restrict to digits. Letters are allowed when false.
groupAfter?
optionalgroupAfter?:number
Defined in: flow-ui/src/components/InputOTP.tsx:24
Insert a wider gap after this many boxes — 3 gives 123 456.
disabled?
optionaldisabled?:boolean
Defined in: flow-ui/src/components/InputOTP.tsx:25
class?
optionalclass?:string
Defined in: flow-ui/src/components/InputOTP.tsx:26