// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`DropdownAutoCompleteMenu renders with a group 1`] = ` New Zealand , "value": "new zealand", }, Object { "label":
Australia
, "value": "australia", }, ], "label": "countries", "value": "countries", }, ] } maxHeight={300} onSelect={[Function]} searchPlaceholder="Filter search" >
Click Me!
countries
New Zealand
Australia
`; exports[`DropdownAutoCompleteMenu renders without a group 1`] = ` Apple
, "value": "apple", }, Object { "label":
Bacon
, "value": "bacon", }, Object { "label":
Corn
, "value": "corn", }, ] } maxHeight={300} onSelect={[Function]} searchPlaceholder="Filter search" >
Click Me!
Apple
Bacon
Corn
`; exports[`DropdownAutoCompleteMenu selects 1`] = `[MockFunction]`;