feat: Typeahead searchable filter_box for dashboard (#10210)

* [WIP] Typeahead dashboard filter_box

* Make it work

* add config option for async filter_box

* enable for > 1000 options only

Co-authored-by: Jesse Yang <jesse.yang@airbnb.com>
This commit is contained in:
Grace Guo
2020-07-07 09:31:18 -07:00
committed by GitHub
parent 878dbcda3f
commit f849103374
5 changed files with 151 additions and 19 deletions

View File

@@ -50,7 +50,7 @@ describe('FilterBoxItemControl', () => {
it('renderForms does the job', () => {
const popover = shallow(inst.renderForm());
expect(popover.find(FormRow)).toHaveLength(7);
expect(popover.find(FormRow)).toHaveLength(8);
});
it('convert type for single value filter_box', () => {