paulopmx / Flexigrid

Lightweight but rich data grid with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml/json based data source using Ajax to load the content.
689 stars 539 forks source link

Chrome input filter lose focus #155

Closed andwan0 closed 7 years ago

andwan0 commented 7 years ago

I've got an HTML INPUT, with change & keyup to calls a custom-made function $("#grid").filter(element.value);

to filter on the flexgrid.

Firefox/IE are fine, but in Chrome, it keeps on losing input box focus and interrupts my typing.

Does anyone know how to get around this?