## Bug report ### Current Behavior The first input is not focused when the `autoFocus` prop is set to `true` for `OneTimePasswordField.Root`. <!-- If applicable, add screenshots/videos to help explain the problem. --> ### Expected behavior The first input is focused when the `autoFocus` prop is set to `true` as described [in the docs](https://www.radix-ui.com/primitives/docs/components/one-time-password-field#root). <!-- A clear and concise description of what you expected to happen. --> ### Reproducible example https://codesandbox.io/p/sandbox/bold-wind-jh7tkm ### Suggested solution <!-- How could we solve this bug? What changes would need to made? --> ### Additional context <!-- Add any other context about the problem here. --> ### Your environment <!-- Very important for us to help you debug. Please fill this out! --> | Software | Name(s) | Version | | ---------------- | ------- | ------- | | Radix Package(s) | radix-ui | 1.4.1 | | React | n/a | >17.0.1 |