Function textInputListener

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

    Parameters

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

    Returns void