Trails Packages
    Preparing search index...
    interface PinInputProps {
        attached?: boolean;
        count?: number;
        inputProps?: InputHTMLAttributes<HTMLInputElement>;
        rootRef?: RefObject<HTMLDivElement | null>;
    }

    Hierarchy

    • PinInputRootProps
      • PinInputProps
    Index

    Properties

    attached?: boolean
    count?: number

    The number of inputs to render to improve SSR aria attributes. This will be required in next major version.

    inputProps?: InputHTMLAttributes<HTMLInputElement>
    rootRef?: RefObject<HTMLDivElement | null>