@hmiproject/helio-sdk
    Preparing search index...

    Function TextInput

    • Component that displays a text input field using the currently active HELIO theme.

      Parameters

      • props: {
            autoFocus?: boolean;
            defaultValue?: string;
            disabled?: boolean;
            invalid?: boolean;
            leftItems?: ReactNode;
            placeholder?: string;
            readOnly?: boolean;
            rightItems?: ReactNode;
            style?: CSSProperties;
            type?: HTMLInputTypeAttribute;
            value?: string;
            onBlur?(event: FocusEvent): void;
            onChange(nextValue: string): void;
            onFocus?(event: FocusEvent): void;
        }

      Returns Element

      1.0.0