-
Bug
-
Resolution: Fixed
-
Minor
-
4.0.6
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE, MOODLE_401_STABLE
-
MDL-77352-401 -
As noted by dobedobedoh while reviewing MDL-77172 - we need to define the debouncer method outside the event, otherwise (when using keyup event) every time the event is triggered it will create a new debouncer
The point of the debounce usage when searching is to allow the user to finish typing before the search action is executed, but this isn't currently happening (effectively making the debounce use redundant):
We should fix that