Details
-
Improvement
-
Resolution: Fixed
-
Major
-
12.10
-
None
-
Unknown
-
N/A (not bundled in XS yet)
-
Description
ATM you need to leave the text filter input (blur) in order to see the matched live data entries, which is a pain. We should:
- trigger the update on "input" event (rather than "change"), but with a delay (i.e. not for each typed key)
- cancel / abort the previous update request when a new update request is sent.