Search
    Preparing search index...

    Тип компонента ввода.

    interface InputComponentType {
        new InputComponentType(
            props: InputProps,
            context?: any,
        ): Component<InputProps, any>;
        childContextTypes?: ValidationMap<any>;
        Color: InputColorPickerComponentType;
        contextType?: Context<any>;
        contextTypes?: ValidationMap<any>;
        defaultProps?: Partial<InputProps>;
        displayName?: string;
        getDerivedStateFromError?: GetDerivedStateFromError<InputProps, any>;
        getDerivedStateFromProps?: GetDerivedStateFromProps<InputProps, any>;
        Mask: InputMaskComponentType;
        Number: InputNumberComponentType;
        Password: InputPasswordComponentType;
        propTypes?: WeakValidationMap<InputProps>;
        TextArea: TextAreaComponentType;
        Time: InputTimeComponentType;
    }

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    childContextTypes?: ValidationMap<any>

    Компонент выбора цвета

    contextType?: Context<any>
    contextTypes?: ValidationMap<any>
    defaultProps?: Partial<InputProps>
    displayName?: string
    getDerivedStateFromError?: GetDerivedStateFromError<InputProps, any>
    getDerivedStateFromProps?: GetDerivedStateFromProps<InputProps, any>

    Компонент с маской ввода

    Компонент ввода числовых данных

    Компонент пароля

    Компонент текстовой области

    Компонент ввода времени