Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@doodle/components / controls / TimezonePicker / __snapshots__ / TimezonePicker.spec.js.snap
Size: Mime:
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`TimezonePicker renders a CustomSelect 1`] = `
<CustomSelect
  caretIcon={
    <Icon
      className="rrs-caretIcon"
      dimension={null}
      icon={[Function]}
      semantic={null}
      width="22px"
    />
  }
  disabled={false}
  errorMessage=""
  label=""
  name="timezone"
  noSelectionLabel=""
  onChange={[Function]}
  options={
    Array [
      Object {
        "text": "(GMT-11:00) Midway",
        "value": "Pacific/Midway",
      },
      Object {
        "text": "(GMT-9:00) Gambier",
        "value": "Pacific/Gambier",
      },
    ]
  }
  prefix=""
  selectedValue=""
  valid={true}
/>
`;