mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
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:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user