vira - v25.2.0
    Preparing search index...

    Function textInputListener

    • A function to be called when an input element's value changes.

      Parameters

      • __namedParameters: {
            event: Event;
            inputBlockedCallback: (blockedInput: string) => void;
            inputs: SharedTextInputElementInputs;
            newValueCallback: (newValue: string) => void;
            previousValue: string;
        }
        • event: Event
        • inputBlockedCallback: (blockedInput: string) => void
        • inputs: SharedTextInputElementInputs
        • newValueCallback: (newValue: string) => void
        • previousValue: string

          The value of the input element before this listener fired.

      Returns void