Enode — API Reference
    Preparing search index...

    Type Alias OtpInputHandle

    Imperative handle: lets a parent refocus the field (e.g. after clearing a rejected code) without owning the per-box refs.

    type OtpInputHandle = {
        focus: () => void;
    }
    Index

    Properties

    Properties

    focus: () => void