hosanna-ui-docs - v0.9.0
    Preparing search index...

    Event type for text change in TextInputView.

    interface TextInputEvent {
        preventDefault?: boolean;
        text: string;
        type: string;
        view: TextInputView;
    }

    Hierarchy

    Index

    Properties

    preventDefault?: boolean
    text: string

    The new text value.

    type: string