I'm using several textbox filters and dropdown filters following the remote filter demo. The dropdown filter works fine with listeners ['change'], but I can only get the textbox to work with ['keyup'] listener. If I use the ['change'] listener on the textbox then it is only actioned once I click on another textbox in a different header.
In your demo the ['change'] listener seems to work after pressing the Enter key, mine is not triggered by the Enter key. What do you think I might have missed?
Just to clarify - with the ['keyup'] listener on the textbox each keypress returns an updated filter from the database.