Skip to content

v1.1.0

Compare
Choose a tag to compare
@viclafouch viclafouch released this 13 Mar 10:41
· 53 commits to main since this release

Features

  • #6 Add prop to auto-focus the first field.

autoFocus

  • Type: boolean
  • Default: false

Choose to auto focus the first input.

<MuiOtpInput autoFocus />

Thanks @pdiazdumont