Sha256: 2f8f40453b8994640e2fd2b4c6ae26b979c100fe3823d8fbb682862ce4cf6a94
Contents?: true
Size: 807 Bytes
Versions: 3
Compression:
Stored size: 807 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`GroupedSelectField rendering renders with props 1`] = ` <FormGroup fieldId="field-id" label="grouped select" > <mockConstructor className="without_select2" isGrouped={true} isOpen={false} menuAppendTo={[Function]} onClear={[Function]} onFilter={[Function]} onSelect={[Function]} onToggle={[Function]} selections={170} variant="typeahead" > <SelectGroup key="0" label="Ansible" > <mockConstructor key="0" onClick={[Function]} value="Ansible Roles - Ansible Default" /> <mockConstructor key="1" onClick={[Function]} value="Ansible Roles - Install from git" /> </SelectGroup> </mockConstructor> </FormGroup> `;
Version data entries
3 entries across 3 versions & 1 rubygems