1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2026-03-17 16:10:04 +01:00

Added unit tests for select filter with disabled onchange event

This commit is contained in:
Max Guglielmi 2016-01-13 15:22:46 +11:00
commit 671bd18ee6
12 changed files with 10098 additions and 32 deletions

View file

@ -47,7 +47,6 @@ export class CheckList extends Feature{
this.excludedOpts = null;
}
// TODO: move event here
onChange(evt){
let elm = evt.target;
let tf = this.tf;