1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly 1`] = `
5 className="menu abs-width-300"
8 allowNewElements={false}
11 filterSelected={[MockFunction]}
14 onSearch={[MockFunction]}
16 onUnselect={[MockFunction]}
17 placeholder="search.search_for_tags"
18 renderLabel={[Function]}
19 selectedElements={Array []}
20 validateSearchInput={[Function]}
25 exports[`should render correctly whith 6+ selected elements 1`] = `
27 className="menu abs-width-300"
30 allowNewElements={false}
31 allowSelection={false}
33 filterSelected={[MockFunction]}
36 className="spacer-left spacer-right spacer-top"
39 project_activity.graphs.custom.add_metric_info
43 onSearch={[MockFunction]}
45 onUnselect={[MockFunction]}
46 placeholder="search.search_for_tags"
47 renderLabel={[Function]}
58 validateSearchInput={[Function]}
63 exports[`should render correctly with type filter 1`] = `
65 className="menu abs-width-300"
68 allowNewElements={false}
71 filterSelected={[MockFunction]}
74 className="spacer-left spacer-right spacer-top"
77 project_activity.graphs.custom.type_x_message.metric.type.filter1, metric.type.filter2
81 onSearch={[MockFunction]}
83 onUnselect={[MockFunction]}
84 placeholder="search.search_for_tags"
85 renderLabel={[Function]}
86 selectedElements={Array []}
87 validateSearchInput={[Function]}