stable
Clone or download
Read-only
request #15117 Unit-test TLP's filter-inline-table
No functional change expected. Pressing "Escape" in a table's filter input should still reset the filtering when pressing the "Escape" key in IE11. Change-Id: I2b6f4437882f6e9af8b7583277672a7f227ab87d
Modified Files
Name | ||||
---|---|---|---|---|
M | .eslintrc.js | +4 | −1 | Go to diff View file |
M | src/themes/tlp/src/index.d.ts | +1 | −0 | Go to diff View file |
A | src/themes/tlp/src/js/filter-inline-table.d.ts | +23 | −0 | Go to diff View file |
M | src/themes/tlp/src/js/filter-inline-table.js | +9 | −10 | Go to diff View file |
A | src/themes/tlp/src/js/filter-inline-table.test.ts | +320 | −0 | Go to diff View file |
M | src/themes/tlp/src/js/index.js | +1 | −1 | Go to diff View file |
M | src/themes/tlp/src/js/popovers.d.ts | +0 | −5 | Go to diff View file |
M | src/tsconfig.json | +2 | −1 | Go to diff View file |