it("should display and filter the option list after a character is typed", () => {
        input.value = "st";

        EVENTS.input(input);