Repository URL to install this package:
|
Version:
3.16.0 ▾
|
// 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}
/>
`;