Interface Filter

Hierarchy

  • Filter
  • Accepts a string as input and returns a copy that has had invalid characters removed.

    Description

    When a user changes the value of the input field that value is passed to the Filter. The Filter creates a new string that has had any characters that are not allowed removed.

    Parameters

    • next: string

      The value to filter.

    • Optional previous: string

      The previous filtered value.

    Returns string

Generated using TypeDoc