@cfxlabsinc/b2b-services
    Preparing search index...
    FormControlProps: React.ComponentProps<typeof Slot.Root> & {
        next?: string;
        nextNoSelect?: boolean;
    }

    Type Declaration

    • Optionalnext?: string

      The next field to focus on Enter

    • OptionalnextNoSelect?: boolean

      Whether the content of the next field should be selected when we focus on it as the result of Enter key or not. Default: false.