redux-devtools/packages/devui/tests/__snapshots__/Select.test.tsx.snap

4487 lines
212 KiB
Plaintext
Raw Normal View History

2019-01-03 16:00:55 +03:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Select renders correctly 1`] = `
<div
class=" css-butsr4-container"
2019-01-03 16:00:55 +03:00
>
<span
aria-atomic="false"
aria-live="polite"
aria-relevant="additions text"
class="css-1f43avz-a11yText-A11yText"
/>
2019-01-03 16:00:55 +03:00
<div
class=" css-10abb65-control"
2019-01-03 16:00:55 +03:00
>
<div
class=" css-be27w2-ValueContainer"
2019-01-03 16:00:55 +03:00
>
<div
class=" css-1osw1h9-placeholder"
2019-01-03 16:00:55 +03:00
>
Select...
</div>
<div
class="css-187dxxn-Input"
2019-01-03 16:00:55 +03:00
>
<div
class=""
style="display:inline-block"
>
<input
aria-autocomplete="list"
autocapitalize="none"
autocomplete="off"
autocorrect="off"
id="react-select-2-input"
spellcheck="false"
style="box-sizing:content-box;width:1px;label:input;background:0;border:0;font-size:inherit;opacity:1;outline:0;padding:0;color:inherit"
tabindex="0"
type="text"
value=""
/>
<div
style="position:absolute;top:0;left:0;visibility:hidden;height:0;overflow:scroll;white-space:pre"
/>
</div>
2019-01-03 16:00:55 +03:00
</div>
</div>
<div
class=" css-1hb7zxy-IndicatorsContainer"
2019-01-03 16:00:55 +03:00
>
<span
class=" css-1urf5ax-indicatorSeparator"
2019-01-03 16:00:55 +03:00
/>
<div
aria-hidden="true"
class=" css-aazq4s-indicatorContainer"
>
<svg
aria-hidden="true"
class="css-tj5bde-Svg"
focusable="false"
height="20"
viewBox="0 0 20 20"
width="20"
>
<path
d="M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"
/>
</svg>
</div>
</div>
2019-01-03 16:00:55 +03:00
</div>
</div>
`;
exports[`Select renders with props 1`] = `
<div
class=" css-ie73ge-container"
2019-01-03 16:00:55 +03:00
>
<span
aria-atomic="false"
aria-live="polite"
aria-relevant="additions text"
class="css-1f43avz-a11yText-A11yText"
/>
2019-01-03 16:00:55 +03:00
<div
class=" css-10abb65-control"
2019-01-03 16:00:55 +03:00
>
<div
class=" css-be27w2-ValueContainer"
2019-01-03 16:00:55 +03:00
>
<div
class="css-168vvpw-multiValue"
>
<div
class="css-1m51f4l"
>
One
</div>
<div
class="css-1to589f"
>
<svg
aria-hidden="true"
class="css-tj5bde-Svg"
focusable="false"
height="14"
viewBox="0 0 20 20"
width="14"
>
<path
d="M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"
/>
</svg>
</div>
</div>
<input
aria-autocomplete="list"
class="css-wmatm6-dummyInput-DummyInput"
disabled=""
id="react-select-3-input"
readonly=""
tabindex="0"
value=""
/>
2019-01-03 16:00:55 +03:00
</div>
<div
class=" css-1hb7zxy-IndicatorsContainer"
2019-01-03 16:00:55 +03:00
>
<div
aria-hidden="true"
class=" css-1gilzap-loadingIndicator"
>
<span
class="css-1yvy2vo-LoadingDot"
/>
<span
class="css-zoievk-LoadingDot"
/>
<span
class="css-x748d8-LoadingDot"
/>
</div>
2019-01-03 16:00:55 +03:00
<span
class=" css-1urf5ax-indicatorSeparator"
2019-01-03 16:00:55 +03:00
/>
<div
aria-hidden="true"
class=" css-aazq4s-indicatorContainer"
>
<svg
aria-hidden="true"
class="css-tj5bde-Svg"
focusable="false"
height="20"
viewBox="0 0 20 20"
width="20"
>
<path
d="M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"
/>
</svg>
</div>
</div>
2019-01-03 16:00:55 +03:00
</div>
</div>
`;
exports[`Select should select another option 1`] = `
<WithTheme(Component)
onInputChange={
[MockFunction] {
"calls": Array [
Array [
"two",
Object {
"action": "input-change",
},
],
],
"results": Array [
Object {
"type": "return",
"value": undefined,
},
],
}
}
2019-01-03 16:00:55 +03:00
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
>
<Component
onInputChange={
[MockFunction] {
"calls": Array [
Array [
"two",
Object {
"action": "input-change",
},
],
],
"results": Array [
Object {
"type": "return",
"value": undefined,
},
],
}
}
2019-01-03 16:00:55 +03:00
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
>
<Select
onInputChange={
[MockFunction] {
"calls": Array [
Array [
"two",
Object {
"action": "input-change",
},
],
],
"results": Array [
Object {
"type": "return",
"value": undefined,
},
],
}
}
2019-01-03 16:00:55 +03:00
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
theme={
Object {
"codeFontFamily": "'Source Code Pro', monospace",
"fontFamily": "'Source Sans Pro', sans-serif",
"inputBorderColor": undefined,
"inputBorderRadius": 4,
"inputBorderWidth": 1,
"inputFocusedStyle": "border-color: undefined",
"inputHeight": 30,
"inputInternalHeight": 28,
"inputPadding": 10,
"selectArrowWidth": 4,
"spinnerSize": 13,
}
}
2019-01-03 16:00:55 +03:00
>
<StateManager
defaultInputValue=""
defaultMenuIsOpen={false}
defaultValue={null}
onInputChange={
[MockFunction] {
"calls": Array [
Array [
"two",
Object {
"action": "input-change",
},
],
],
"results": Array [
Object {
"type": "return",
"value": undefined,
},
],
}
}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
styles={
Object {
"container": [Function],
"control": [Function],
}
}
theme={[Function]}
2019-01-03 16:00:55 +03:00
>
<Select
aria-live="polite"
backspaceRemovesValue={true}
blurInputOnSelect={true}
captureMenuScroll={false}
closeMenuOnScroll={false}
closeMenuOnSelect={true}
components={Object {}}
controlShouldRenderValue={true}
escapeClearsValue={false}
filterOption={[Function]}
formatGroupLabel={[Function]}
getOptionLabel={[Function]}
getOptionValue={[Function]}
inputValue="two"
isDisabled={false}
isLoading={false}
isMulti={false}
isOptionDisabled={[Function]}
isRtl={false}
isSearchable={true}
loadingMessage={[Function]}
maxMenuHeight={300}
menuIsOpen={true}
menuPlacement="bottom"
menuPosition="absolute"
menuShouldBlockScroll={false}
menuShouldScrollIntoView={true}
minMenuHeight={140}
noOptionsMessage={[Function]}
onChange={[Function]}
onInputChange={[Function]}
onMenuClose={[Function]}
onMenuOpen={[Function]}
openMenuOnClick={true}
openMenuOnFocus={false}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
pageSize={5}
placeholder="Select..."
screenReaderStatus={[Function]}
styles={
Object {
"container": [Function],
"control": [Function],
}
}
tabIndex="0"
tabSelectsValue={true}
theme={[Function]}
value={null}
>
<SelectContainer
clearValue={[Function]}
cx={[Function]}
getStyles={[Function]}
getValue={[Function]}
hasValue={false}
innerProps={
Object {
"id": undefined,
"onKeyDown": [Function],
}
}
isDisabled={false}
isFocused={false}
isMulti={false}
isRtl={false}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
selectOption={[Function]}
selectProps={
Object {
"aria-live": "polite",
"backspaceRemovesValue": true,
"blurInputOnSelect": true,
"captureMenuScroll": false,
"closeMenuOnScroll": false,
"closeMenuOnSelect": true,
"components": Object {},
"controlShouldRenderValue": true,
"escapeClearsValue": false,
"filterOption": [Function],
"formatGroupLabel": [Function],
"getOptionLabel": [Function],
"getOptionValue": [Function],
"inputValue": "two",
"isDisabled": false,
"isLoading": false,
"isMulti": false,
"isOptionDisabled": [Function],
"isRtl": false,
"isSearchable": true,
"loadingMessage": [Function],
"maxMenuHeight": 300,
"menuIsOpen": true,
"menuPlacement": "bottom",
"menuPosition": "absolute",
"menuShouldBlockScroll": false,
"menuShouldScrollIntoView": true,
"minMenuHeight": 140,
"noOptionsMessage": [Function],
"onChange": [Function],
"onInputChange": [Function],
"onMenuClose": [Function],
"onMenuOpen": [Function],
"openMenuOnClick": true,
"openMenuOnFocus": false,
"options": Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
],
"pageSize": 5,
"placeholder": "Select...",
"screenReaderStatus": [Function],
"styles": Object {
"container": [Function],
"control": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
"theme": [Function],
"value": null,
}
}
setValue={[Function]}
theme={
Object {
"borderRadius": 0,
"colors": Object {
"danger": undefined,
"dangerLight": undefined,
"neutral0": undefined,
"neutral10": undefined,
"neutral20": undefined,
"neutral30": undefined,
"neutral40": undefined,
"neutral5": undefined,
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": undefined,
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": undefined,
"neutral90": "hsl(0, 0%, 10%)",
"primary": undefined,
"primary25": undefined,
"primary50": undefined,
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 2,
"controlHeight": 30,
"menuGutter": 8,
},
}
}
2019-01-03 16:00:55 +03:00
>
<EmotionCssPropInternal
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="SelectContainer"
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
className=""
css={
Object {
"boxSizing": "border-box",
"direction": null,
"flexGrow": 1,
"label": "container",
"pointerEvents": null,
"position": "relative",
}
}
onKeyDown={[Function]}
2019-01-03 16:00:55 +03:00
>
<div
className=" css-butsr4-container"
onKeyDown={[Function]}
>
<LiveRegion
ariaSelection={null}
clearValue={[Function]}
cx={[Function]}
focusableOptions={
Array [
Object {
"label": "Two",
"value": "two",
},
]
}
focusedOption={
Object {
"label": "Two",
"value": "two",
}
}
focusedValue={null}
getStyles={[Function]}
getValue={[Function]}
hasValue={false}
isFocused={false}
isMulti={false}
isRtl={false}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
selectOption={[Function]}
selectProps={
Object {
"aria-live": "polite",
"backspaceRemovesValue": true,
"blurInputOnSelect": true,
"captureMenuScroll": false,
"closeMenuOnScroll": false,
"closeMenuOnSelect": true,
"components": Object {},
"controlShouldRenderValue": true,
"escapeClearsValue": false,
"filterOption": [Function],
"formatGroupLabel": [Function],
"getOptionLabel": [Function],
"getOptionValue": [Function],
"inputValue": "two",
"isDisabled": false,
"isLoading": false,
"isMulti": false,
"isOptionDisabled": [Function],
"isRtl": false,
"isSearchable": true,
"loadingMessage": [Function],
"maxMenuHeight": 300,
"menuIsOpen": true,
"menuPlacement": "bottom",
"menuPosition": "absolute",
"menuShouldBlockScroll": false,
"menuShouldScrollIntoView": true,
"minMenuHeight": 140,
"noOptionsMessage": [Function],
"onChange": [Function],
"onInputChange": [Function],
"onMenuClose": [Function],
"onMenuOpen": [Function],
"openMenuOnClick": true,
"openMenuOnFocus": false,
"options": Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
],
"pageSize": 5,
"placeholder": "Select...",
"screenReaderStatus": [Function],
"styles": Object {
"container": [Function],
"control": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
"theme": [Function],
"value": null,
}
}
selectValue={Array []}
setValue={[Function]}
theme={
Object {
"borderRadius": 0,
"colors": Object {
"danger": undefined,
"dangerLight": undefined,
"neutral0": undefined,
"neutral10": undefined,
"neutral20": undefined,
"neutral30": undefined,
"neutral40": undefined,
"neutral5": undefined,
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": undefined,
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": undefined,
"neutral90": "hsl(0, 0%, 10%)",
"primary": undefined,
"primary25": undefined,
"primary50": undefined,
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 2,
"controlHeight": 30,
"menuGutter": 8,
},
}
}
>
<A11yText
aria-atomic="false"
aria-live="polite"
aria-relevant="additions text"
>
<EmotionCssPropInternal
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="A11yText"
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="span"
aria-atomic="false"
aria-live="polite"
aria-relevant="additions text"
css={
Object {
"map": "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkExMXlUZXh0LmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQVFJIiwiZmlsZSI6IkExMXlUZXh0LmpzIiwic291cmNlc0NvbnRlbnQiOlsiLy8gQGZsb3dcbi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgdHlwZSBFbGVtZW50Q29uZmlnIH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0IHsganN4IH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG4vLyBBc3Npc3RpdmUgdGV4dCB0byBkZXNjcmliZSB2aXN1YWwgZWxlbWVudHMuIEhpZGRlbiBmb3Igc2lnaHRlZCB1c2Vycy5cbmNvbnN0IEExMXlUZXh0ID0gKHByb3BzOiBFbGVtZW50Q29uZmlnPCdzcGFuJz4pID0+IChcbiAgPHNwYW5cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAnYTExeVRleHQnLFxuICAgICAgekluZGV4OiA5OTk5LFxuICAgICAgYm9yZGVyOiAwLFxuICAgICAgY2xpcDogJ3JlY3QoMXB4LCAxcHgsIDFweCwgMXB4KScsXG4gICAgICBoZWlnaHQ6IDEsXG4gICAgICB3aWR0aDogMSxcbiAgICAgIHBvc2l0aW9uOiAnYWJzb2x1dGUnLFxuICAgICAgb3ZlcmZsb3c6ICdoaWRkZW4nLFxuICAgICAgcGFkZGluZzogMCxcbiAgICAgIHdoaXRlU3BhY2U6ICdub3dyYXAnLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IGRlZmF1bHQgQTExeVRleHQ7XG4iXX0= */",
"name": "1f43avz-a11yText-A11yText",
"styles": "label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap;label:A11yText;",
"toString": [Function],
}
}
>
<span
aria-atomic="false"
aria-live="polite"
aria-relevant="additions text"
className="css-1f43avz-a11yText-A11yText"
/>
</EmotionCssPropInternal>
</A11yText>
</LiveRegion>
<Control
clearValue={[Function]}
cx={[Function]}
getStyles={[Function]}
getValue={[Function]}
hasValue={false}
innerProps={
Object {
"onMouseDown": [Function],
"onTouchEnd": [Function],
}
}
innerRef={[Function]}
isDisabled={false}
isFocused={false}
isMulti={false}
isRtl={false}
menuIsOpen={true}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
2019-01-03 16:00:55 +03:00
}
selectOption={[Function]}
selectProps={
Object {
"aria-live": "polite",
"backspaceRemovesValue": true,
"blurInputOnSelect": true,
"captureMenuScroll": false,
"closeMenuOnScroll": false,
"closeMenuOnSelect": true,
"components": Object {},
"controlShouldRenderValue": true,
"escapeClearsValue": false,
"filterOption": [Function],
"formatGroupLabel": [Function],
"getOptionLabel": [Function],
"getOptionValue": [Function],
"inputValue": "two",
"isDisabled": false,
"isLoading": false,
"isMulti": false,
"isOptionDisabled": [Function],
"isRtl": false,
"isSearchable": true,
"loadingMessage": [Function],
"maxMenuHeight": 300,
"menuIsOpen": true,
"menuPlacement": "bottom",
"menuPosition": "absolute",
"menuShouldBlockScroll": false,
"menuShouldScrollIntoView": true,
"minMenuHeight": 140,
"noOptionsMessage": [Function],
"onChange": [Function],
"onInputChange": [Function],
"onMenuClose": [Function],
"onMenuOpen": [Function],
"openMenuOnClick": true,
"openMenuOnFocus": false,
"options": Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
],
"pageSize": 5,
"placeholder": "Select...",
"screenReaderStatus": [Function],
"styles": Object {
"container": [Function],
"control": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
"theme": [Function],
"value": null,
}
}
setValue={[Function]}
theme={
2019-01-03 16:00:55 +03:00
Object {
"borderRadius": 0,
"colors": Object {
"danger": undefined,
"dangerLight": undefined,
"neutral0": undefined,
"neutral10": undefined,
"neutral20": undefined,
"neutral30": undefined,
"neutral40": undefined,
"neutral5": undefined,
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": undefined,
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": undefined,
"neutral90": "hsl(0, 0%, 10%)",
"primary": undefined,
"primary25": undefined,
"primary50": undefined,
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 2,
"controlHeight": 30,
"menuGutter": 8,
},
2019-01-03 16:00:55 +03:00
}
}
>
<EmotionCssPropInternal
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="Control"
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
className=""
css={
Object {
"&:hover": Object {
"backgroundColor": undefined,
"borderColor": undefined,
},
"alignItems": "center",
"backgroundColor": undefined,
"borderColor": undefined,
"borderRadius": 0,
"borderStyle": "solid",
"borderWidth": 1,
"boxShadow": null,
"boxSizing": "border-box",
"cursor": "default",
"display": "flex",
"flexWrap": "wrap",
"justifyContent": "space-between",
"label": "control",
"minHeight": 30,
"outline": "0 !important",
"position": "relative",
"transition": "all 100ms",
}
}
onMouseDown={[Function]}
onTouchEnd={[Function]}
>
<div
className=" css-10abb65-control"
onMouseDown={[Function]}
onTouchEnd={[Function]}
>
<ValueContainer
clearValue={[Function]}
cx={[Function]}
getStyles={[Function]}
getValue={[Function]}
hasValue={false}
isDisabled={false}
isMulti={false}
isRtl={false}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
selectOption={[Function]}
selectProps={
Object {
"aria-live": "polite",
"backspaceRemovesValue": true,
"blurInputOnSelect": true,
"captureMenuScroll": false,
"closeMenuOnScroll": false,
"closeMenuOnSelect": true,
"components": Object {},
"controlShouldRenderValue": true,
"escapeClearsValue": false,
"filterOption": [Function],
"formatGroupLabel": [Function],
"getOptionLabel": [Function],
"getOptionValue": [Function],
"inputValue": "two",
"isDisabled": false,
"isLoading": false,
"isMulti": false,
"isOptionDisabled": [Function],
"isRtl": false,
"isSearchable": true,
"loadingMessage": [Function],
"maxMenuHeight": 300,
"menuIsOpen": true,
"menuPlacement": "bottom",
"menuPosition": "absolute",
"menuShouldBlockScroll": false,
"menuShouldScrollIntoView": true,
"minMenuHeight": 140,
"noOptionsMessage": [Function],
"onChange": [Function],
"onInputChange": [Function],
"onMenuClose": [Function],
"onMenuOpen": [Function],
"openMenuOnClick": true,
"openMenuOnFocus": false,
"options": Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
],
"pageSize": 5,
"placeholder": "Select...",
"screenReaderStatus": [Function],
"styles": Object {
"container": [Function],
"control": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
"theme": [Function],
"value": null,
}
}
setValue={[Function]}
theme={
Object {
"borderRadius": 0,
"colors": Object {
"danger": undefined,
"dangerLight": undefined,
"neutral0": undefined,
"neutral10": undefined,
"neutral20": undefined,
"neutral30": undefined,
"neutral40": undefined,
"neutral5": undefined,
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": undefined,
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": undefined,
"neutral90": "hsl(0, 0%, 10%)",
"primary": undefined,
"primary25": undefined,
"primary50": undefined,
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 2,
"controlHeight": 30,
"menuGutter": 8,
},
}
}
>
<EmotionCssPropInternal
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="ValueContainer"
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
className=""
css={
Object {
"WebkitOverflowScrolling": "touch",
"alignItems": "center",
"boxSizing": "border-box",
"display": "flex",
"flex": 1,
"flexWrap": "wrap",
"overflow": "hidden",
"padding": "1px 4px",
"position": "relative",
}
}
>
<div
className=" css-be27w2-ValueContainer"
>
<Input
aria-autocomplete="list"
autoCapitalize="none"
autoComplete="off"
autoCorrect="off"
clearValue={[Function]}
cx={[Function]}
getStyles={[Function]}
getValue={[Function]}
hasValue={false}
id="react-select-4-input"
innerRef={[Function]}
isDisabled={false}
isHidden={false}
isMulti={false}
isRtl={false}
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
selectOption={[Function]}
selectProps={
Object {
"aria-live": "polite",
"backspaceRemovesValue": true,
"blurInputOnSelect": true,
"captureMenuScroll": false,
"closeMenuOnScroll": false,
"closeMenuOnSelect": true,
"components": Object {},
"controlShouldRenderValue": true,
"escapeClearsValue": false,
"filterOption": [Function],
"formatGroupLabel": [Function],
"getOptionLabel": [Function],
"getOptionValue": [Function],
"inputValue": "two",
"isDisabled": false,
"isLoading": false,
"isMulti": false,
"isOptionDisabled": [Function],
"isRtl": false,
"isSearchable": true,
"loadingMessage": [Function],
"maxMenuHeight": 300,
"menuIsOpen": true,
"menuPlacement": "bottom",
"menuPosition": "absolute",
"menuShouldBlockScroll": false,
"menuShouldScrollIntoView": true,
"minMenuHeight": 140,
"noOptionsMessage": [Function],
"onChange": [Function],
"onInputChange": [Function],
"onMenuClose": [Function],
"onMenuOpen": [Function],
"openMenuOnClick": true,
"openMenuOnFocus": false,
"options": Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
],
"pageSize": 5,
"placeholder": "Select...",
"screenReaderStatus": [Function],
"styles": Object {
"container": [Function],
"control": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
"theme": [Function],
"value": null,
}
}
setValue={[Function]}
spellCheck="false"
tabIndex="0"
theme={
Object {
"borderRadius": 0,
"colors": Object {
"danger": undefined,
"dangerLight": undefined,
"neutral0": undefined,
"neutral10": undefined,
"neutral20": undefined,
"neutral30": undefined,
"neutral40": undefined,
"neutral5": undefined,
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": undefined,
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": undefined,
"neutral90": "hsl(0, 0%, 10%)",
"primary": undefined,
"primary25": undefined,
"primary50": undefined,
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 2,
"controlHeight": 30,
"menuGutter": 8,
},
}
}
type="text"
value="two"
>
<EmotionCssPropInternal
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="Input"
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
css={
Object {
"boxSizing": "border-box",
"color": undefined,
"margin": 1,
"paddingBottom": 1,
"paddingTop": 1,
"visibility": "visible",
}
}
>
<div
className="css-187dxxn-Input"
>
<AutosizeInput
aria-autocomplete="list"
autoCapitalize="none"
autoComplete="off"
autoCorrect="off"
className=""
disabled={false}
id="react-select-4-input"
injectStyles={true}
inputRef={[Function]}
inputStyle={
Object {
"background": 0,
"border": 0,
"color": "inherit",
"fontSize": "inherit",
"label": "input",
"opacity": 1,
"outline": 0,
"padding": 0,
}
}
minWidth={1}
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
spellCheck="false"
tabIndex="0"
type="text"
value="two"
>
<div
className=""
style={
Object {
"display": "inline-block",
}
}
>
<input
aria-autocomplete="list"
autoCapitalize="none"
autoComplete="off"
autoCorrect="off"
disabled={false}
id="react-select-4-input"
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
spellCheck="false"
style={
Object {
"background": 0,
"border": 0,
"boxSizing": "content-box",
"color": "inherit",
"fontSize": "inherit",
"label": "input",
"opacity": 1,
"outline": 0,
"padding": 0,
"width": "2px",
}
}
tabIndex="0"
type="text"
value="two"
/>
<div
style={
Object {
"height": 0,
"left": 0,
"overflow": "scroll",
"position": "absolute",
"top": 0,
"visibility": "hidden",
"whiteSpace": "pre",
}
}
>
two
</div>
</div>
</AutosizeInput>
</div>
</EmotionCssPropInternal>
</Input>
</div>
</EmotionCssPropInternal>
</ValueContainer>
<IndicatorsContainer
clearValue={[Function]}
cx={[Function]}
getStyles={[Function]}
getValue={[Function]}
hasValue={false}
isDisabled={false}
isMulti={false}
isRtl={false}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
selectOption={[Function]}
selectProps={
Object {
"aria-live": "polite",
"backspaceRemovesValue": true,
"blurInputOnSelect": true,
"captureMenuScroll": false,
"closeMenuOnScroll": false,
"closeMenuOnSelect": true,
"components": Object {},
"controlShouldRenderValue": true,
"escapeClearsValue": false,
"filterOption": [Function],
"formatGroupLabel": [Function],
"getOptionLabel": [Function],
"getOptionValue": [Function],
"inputValue": "two",
"isDisabled": false,
"isLoading": false,
"isMulti": false,
"isOptionDisabled": [Function],
"isRtl": false,
"isSearchable": true,
"loadingMessage": [Function],
"maxMenuHeight": 300,
"menuIsOpen": true,
"menuPlacement": "bottom",
"menuPosition": "absolute",
"menuShouldBlockScroll": false,
"menuShouldScrollIntoView": true,
"minMenuHeight": 140,
"noOptionsMessage": [Function],
"onChange": [Function],
"onInputChange": [Function],
"onMenuClose": [Function],
"onMenuOpen": [Function],
"openMenuOnClick": true,
"openMenuOnFocus": false,
"options": Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
],
"pageSize": 5,
"placeholder": "Select...",
"screenReaderStatus": [Function],
"styles": Object {
"container": [Function],
"control": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
"theme": [Function],
"value": null,
}
}
setValue={[Function]}
theme={
Object {
"borderRadius": 0,
"colors": Object {
"danger": undefined,
"dangerLight": undefined,
"neutral0": undefined,
"neutral10": undefined,
"neutral20": undefined,
"neutral30": undefined,
"neutral40": undefined,
"neutral5": undefined,
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": undefined,
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": undefined,
"neutral90": "hsl(0, 0%, 10%)",
"primary": undefined,
"primary25": undefined,
"primary50": undefined,
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 2,
"controlHeight": 30,
"menuGutter": 8,
},
}
}
>
<EmotionCssPropInternal
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="IndicatorsContainer"
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
className=""
css={
Object {
"alignItems": "center",
"alignSelf": "stretch",
"boxSizing": "border-box",
"display": "flex",
"flexShrink": 0,
}
}
>
<div
className=" css-1hb7zxy-IndicatorsContainer"
>
<IndicatorSeparator
clearValue={[Function]}
cx={[Function]}
getStyles={[Function]}
getValue={[Function]}
hasValue={false}
isDisabled={false}
isFocused={false}
isMulti={false}
isRtl={false}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
selectOption={[Function]}
selectProps={
Object {
"aria-live": "polite",
"backspaceRemovesValue": true,
"blurInputOnSelect": true,
"captureMenuScroll": false,
"closeMenuOnScroll": false,
"closeMenuOnSelect": true,
"components": Object {},
"controlShouldRenderValue": true,
"escapeClearsValue": false,
"filterOption": [Function],
"formatGroupLabel": [Function],
"getOptionLabel": [Function],
"getOptionValue": [Function],
"inputValue": "two",
"isDisabled": false,
"isLoading": false,
"isMulti": false,
"isOptionDisabled": [Function],
"isRtl": false,
"isSearchable": true,
"loadingMessage": [Function],
"maxMenuHeight": 300,
"menuIsOpen": true,
"menuPlacement": "bottom",
"menuPosition": "absolute",
"menuShouldBlockScroll": false,
"menuShouldScrollIntoView": true,
"minMenuHeight": 140,
"noOptionsMessage": [Function],
"onChange": [Function],
"onInputChange": [Function],
"onMenuClose": [Function],
"onMenuOpen": [Function],
"openMenuOnClick": true,
"openMenuOnFocus": false,
"options": Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
],
"pageSize": 5,
"placeholder": "Select...",
"screenReaderStatus": [Function],
"styles": Object {
"container": [Function],
"control": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
"theme": [Function],
"value": null,
}
}
setValue={[Function]}
theme={
Object {
"borderRadius": 0,
"colors": Object {
"danger": undefined,
"dangerLight": undefined,
"neutral0": undefined,
"neutral10": undefined,
"neutral20": undefined,
"neutral30": undefined,
"neutral40": undefined,
"neutral5": undefined,
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": undefined,
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": undefined,
"neutral90": "hsl(0, 0%, 10%)",
"primary": undefined,
"primary25": undefined,
"primary50": undefined,
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 2,
"controlHeight": 30,
"menuGutter": 8,
},
}
}
>
<EmotionCssPropInternal
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="IndicatorSeparator"
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="span"
className=""
css={
Object {
"alignSelf": "stretch",
"backgroundColor": undefined,
"boxSizing": "border-box",
"label": "indicatorSeparator",
"marginBottom": 4,
"marginTop": 4,
"width": 1,
}
}
>
<span
className=" css-1urf5ax-indicatorSeparator"
/>
</EmotionCssPropInternal>
</IndicatorSeparator>
<DropdownIndicator
clearValue={[Function]}
cx={[Function]}
getStyles={[Function]}
getValue={[Function]}
hasValue={false}
innerProps={
Object {
"aria-hidden": "true",
"onMouseDown": [Function],
"onTouchEnd": [Function],
}
}
isDisabled={false}
isFocused={false}
isMulti={false}
isRtl={false}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
selectOption={[Function]}
selectProps={
Object {
"aria-live": "polite",
"backspaceRemovesValue": true,
"blurInputOnSelect": true,
"captureMenuScroll": false,
"closeMenuOnScroll": false,
"closeMenuOnSelect": true,
"components": Object {},
"controlShouldRenderValue": true,
"escapeClearsValue": false,
"filterOption": [Function],
"formatGroupLabel": [Function],
"getOptionLabel": [Function],
"getOptionValue": [Function],
"inputValue": "two",
"isDisabled": false,
"isLoading": false,
"isMulti": false,
"isOptionDisabled": [Function],
"isRtl": false,
"isSearchable": true,
"loadingMessage": [Function],
"maxMenuHeight": 300,
"menuIsOpen": true,
"menuPlacement": "bottom",
"menuPosition": "absolute",
"menuShouldBlockScroll": false,
"menuShouldScrollIntoView": true,
"minMenuHeight": 140,
"noOptionsMessage": [Function],
"onChange": [Function],
"onInputChange": [Function],
"onMenuClose": [Function],
"onMenuOpen": [Function],
"openMenuOnClick": true,
"openMenuOnFocus": false,
"options": Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
],
"pageSize": 5,
"placeholder": "Select...",
"screenReaderStatus": [Function],
"styles": Object {
"container": [Function],
"control": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
"theme": [Function],
"value": null,
}
}
setValue={[Function]}
theme={
Object {
"borderRadius": 0,
"colors": Object {
"danger": undefined,
"dangerLight": undefined,
"neutral0": undefined,
"neutral10": undefined,
"neutral20": undefined,
"neutral30": undefined,
"neutral40": undefined,
"neutral5": undefined,
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": undefined,
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": undefined,
"neutral90": "hsl(0, 0%, 10%)",
"primary": undefined,
"primary25": undefined,
"primary50": undefined,
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 2,
"controlHeight": 30,
"menuGutter": 8,
},
}
}
>
<EmotionCssPropInternal
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="DropdownIndicator"
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
aria-hidden="true"
className=""
css={
Object {
":hover": Object {
"color": undefined,
},
"boxSizing": "border-box",
"color": undefined,
"display": "flex",
"label": "indicatorContainer",
"padding": 4,
"transition": "color 150ms",
}
}
onMouseDown={[Function]}
onTouchEnd={[Function]}
>
<div
aria-hidden="true"
className=" css-aazq4s-indicatorContainer"
onMouseDown={[Function]}
onTouchEnd={[Function]}
>
<DownChevron>
<Svg
size={20}
>
<EmotionCssPropInternal
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="Svg"
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="svg"
aria-hidden="true"
css={
Object {
"map": "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBa0JJIiwiZmlsZSI6ImluZGljYXRvcnMuanMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBAZmxvd1xuLyoqIEBqc3gganN4ICovXG5pbXBvcnQgeyB0eXBlIE5vZGUgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3gsIGtleWZyYW1lcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHR5cGUgeyBDb21tb25Qcm9wcywgVGhlbWUgfSBmcm9tICcuLi90eXBlcyc7XG5cbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuLy8gRHJvcGRvd24gJiBDbGVhciBJY29uc1xuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmNvbnN0IFN2ZyA9ICh7IHNpemUsIC4uLnByb3BzIH06IHsgc2l6ZTogbnVtYmVyIH0pID0+IChcbiAgPHN2Z1xuICAgIGhlaWdodD17c2l6ZX1cbiAgICB3aWR0aD17c2l6ZX1cbiAgICB2aWV3Qm94PVwiMCAwIDIwIDIwXCJcbiAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICBjc3M9e3tcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgZmlsbDogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBsaW5lSGVpZ2h0OiAxLFxuICAgICAgc3Ryb2tlOiAnY3VycmVudENvbG9yJyxcbiAgICAgIHN0cm9rZVdpZHRoOiAwLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IGNvbnN0IENyb3NzSWNvbiA9IChwcm9wczogYW55KSA9PiAoXG4gIDxTdmcgc2l6ZT17MjB9IHsuLi5wcm9wc30+XG4gICAgPHBhdGggZD1cIk0xNC4zNDggMTQuODQ5Yy0wLjQ2OSAwLjQ2OS0xLjIyOSAwLjQ2OS0xLjY5NyAwbC0yLjY1MS0zLjAzMC0yLjY1MSAzLjAyOWMtMC40NjkgMC40NjktMS4yMjkgMC40NjktMS42OTcgMC0wLjQ2OS0wLjQ2OS0wLjQ2OS0xLjIyOSAwLTEuNjk3bDIuNzU4LTMuMTUtMi43NTktMy4xNTJjLTAuNDY5LTAuNDY5LTAuNDY5LTEuMjI4IDAtMS42OTdzMS4yMjgtMC40NjkgMS42OTcgMGwyLjY1MiAzLjAzMSAyLjY1MS0zLjAzMWMwLjQ2OS0wLjQ2OSAxLjIyOC0wLjQ2OSAxLjY5NyAwczAuNDY5IDEuMjI5IDAgMS42OTdsLTIuNzU4IDMuMTUyIDIuNzU4IDMuMTVjMC40NjkgMC40NjkgMC40NjkgMS4yMjkgMCAxLjY5OHpcIiAvPlxuICA8L1N2Zz5cbik7XG5leHBvcnQgY29uc3QgRG93bkNoZXZyb24gPSAocHJvcHM6IGFueSkgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNNC41MTYgNy41NDhjMC40MzYtMC40NDYgMS4wNDMtMC40ODEgMS41NzYgMGwzLjkwOCAzLjc0NyAzLjkwOC0zLjc0N2MwLjUzMy0wLjQ4MSAxLjE0MS0wLjQ0NiAxLjU3NCAwIDAuNDM2IDAuNDQ1IDAuNDA4IDEuMTk3IDAgMS42MTUtMC40MDYgMC40MTgtNC42OTUgNC41MDItNC42OTUgNC41MDItMC4yMTcgMC4yMjMtMC41MDIgMC4zMzUtMC43ODcgMC4zMzVzLTAuNTctMC4xMTItMC43ODktMC4zMzVjMCAwLTQuMjg3LTQuMDg0LTQuNjk1LTQuNTAycy0wLjQzNi0xLjE3IDAtMS42MTV6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgQnV0dG9uc1xuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmV4cG9ydCB0eXBlIEluZGljYXRvclByb3BzID0gQ29tbW9uUHJvcHMgJiB7XG4gIC8qKiBUaGUgY2hpbGRyZW4gdG8gYmUgcmVuZGVyZWQgaW5zaWRlIHRoZSBpbmRpY2F0b3IuICovXG4gIGNoaWxkcmVuOiBOb2RlLFxuICAvKiogUHJvcHMgdGhhdCB3aWxsIGJlIHBhc3NlZCBvbiB0byB0aGUgY2hpbGRyZW4uICovXG4gIGlubmVyUHJvcHM6IGFueSxcbiAgLyoqIFRoZSBmb2N1c2VkIHN0YXRlIG9mIHRoZSBzZWxlY3QuICovXG4gIGlzRm9jdXNlZDogYm9vbGVhbixcbiAgLyoqIFdoZXRoZXIgdGhlIHRleHQgaXMgcmlnaHQgdG8gbGVmdCAqL1xuICBpc1J0bDogYm9vbGVhbixcbn07XG5cbmNvbnN0IGJhc2VDU1MgPSAoe1xuICBpc0ZvY3VzZWQsXG4gIHRoZW1lOiB7XG4gICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgIGNvbG9ycyxcbiAgfSxcbn06IEluZGljYXRvclByb3BzKSA9PiAoe1xuICBsYWJlbDogJ2luZGljYXRvckNvbnRhaW5lcicsXG4gIGNvbG9yOiBpc0ZvY3VzZWQgPyBjb2xvcnMubmV1dHJhbDYwIDogY29sb3JzLm5ldXRyYWwyMCxcbiAgZGlzcGxheTogJ2ZsZXgnLFxuICBwYWRkaW5nOiBiYXNlVW5pdCAqIDIsXG4gIHRyYW5zaXRpb246ICdjb2xvciAxNTBtcycsXG5cbiAgJzpob3Zlcic6IHtcbiAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw4MCA6IGNvbG9ycy5uZXV0cmFsNDAsXG4gIH0sXG59KTtcblxuZXhwb3J0IGNvbnN0IGRyb3Bkb3duSW5kaWNhdG9yQ1NTID0gYmFzZUNTUztcbmV4cG9ydCBjb25zdCBEcm9wZG93bkluZGljYXRvciA9IChwcm9wczogSW5kaWNhdG9yUHJvcHMpID0+IHtcbiAgY29uc3QgeyBjaGlsZHJlbiwgY2xhc3NOYW1lLCBjeCwgZ2V0U3R5bGVzLCBpbm5lclByb3BzIH0gPSBwcm9wcztcbiAgcmV0dXJuIChcbiAgICA8ZGl2XG4gICAgICBjc3M9e2dldFN0eWxlcygnZHJvcGRvd25JbmRpY2F0b3InLCBwcm9wcyl9XG4gICAgICBjbGFzc05hbWU9e2N4KFxuICAgICAgICB7XG4gICAgICAgICAgaW5kaWNhdG9yOiB0cnVlLFxuICAgICAgICAgICdkcm9wZG93bi1pbmRpY2F0b3InOiB0cnVlLFxuICAgICAgICB9LFxuICAgICAgICBjbGFzc05hbWVcbiAgICAgICl9XG4gICAgICB7Li4uaW5uZXJQcm9wc31cbiAgICA+XG4gICAgICB7Y2hpbGRyZW4gfHwgPERvd25DaGV2cm9uIC8+fVxuICAgIDwvZGl2PlxuICApO1xufTtcblxuZXhwb3J0IGNvbnN0IGNsZWFySW5kaWNhdG9yQ1NTID0gYmFzZUNTUztcbmV4cG9ydCBjb25zdCBDbGVhckluZGljYXRvciA9IChwcm9wczogSW5kaWNhdG9yUHJvcHM
"name": "tj5bde-Svg",
"styles": "display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;label:Svg;",
"toString": [Function],
}
}
focusable="false"
height={20}
viewBox="0 0 20 20"
width={20}
>
<svg
aria-hidden="true"
className="css-tj5bde-Svg"
focusable="false"
height={20}
viewBox="0 0 20 20"
width={20}
>
<path
d="M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"
/>
</svg>
</EmotionCssPropInternal>
</Svg>
</DownChevron>
</div>
</EmotionCssPropInternal>
</DropdownIndicator>
</div>
</EmotionCssPropInternal>
</IndicatorsContainer>
</div>
</EmotionCssPropInternal>
</Control>
<MenuPlacer
clearValue={[Function]}
cx={[Function]}
getStyles={[Function]}
getValue={[Function]}
hasValue={false}
isMulti={false}
isRtl={false}
maxMenuHeight={300}
menuPlacement="bottom"
menuPosition="absolute"
menuShouldScrollIntoView={true}
minMenuHeight={140}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
selectOption={[Function]}
selectProps={
Object {
"aria-live": "polite",
"backspaceRemovesValue": true,
"blurInputOnSelect": true,
"captureMenuScroll": false,
"closeMenuOnScroll": false,
"closeMenuOnSelect": true,
"components": Object {},
"controlShouldRenderValue": true,
"escapeClearsValue": false,
"filterOption": [Function],
"formatGroupLabel": [Function],
"getOptionLabel": [Function],
"getOptionValue": [Function],
"inputValue": "two",
"isDisabled": false,
"isLoading": false,
"isMulti": false,
"isOptionDisabled": [Function],
"isRtl": false,
"isSearchable": true,
"loadingMessage": [Function],
"maxMenuHeight": 300,
"menuIsOpen": true,
"menuPlacement": "bottom",
"menuPosition": "absolute",
"menuShouldBlockScroll": false,
"menuShouldScrollIntoView": true,
"minMenuHeight": 140,
"noOptionsMessage": [Function],
"onChange": [Function],
"onInputChange": [Function],
"onMenuClose": [Function],
"onMenuOpen": [Function],
"openMenuOnClick": true,
"openMenuOnFocus": false,
"options": Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
],
"pageSize": 5,
"placeholder": "Select...",
"screenReaderStatus": [Function],
"styles": Object {
"container": [Function],
"control": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
"theme": [Function],
"value": null,
}
}
setValue={[Function]}
theme={
Object {
"borderRadius": 0,
"colors": Object {
"danger": undefined,
"dangerLight": undefined,
"neutral0": undefined,
"neutral10": undefined,
"neutral20": undefined,
"neutral30": undefined,
"neutral40": undefined,
"neutral5": undefined,
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": undefined,
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": undefined,
"neutral90": "hsl(0, 0%, 10%)",
"primary": undefined,
"primary25": undefined,
"primary50": undefined,
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 2,
"controlHeight": 30,
"menuGutter": 8,
},
}
}
>
<Menu
clearValue={[Function]}
cx={[Function]}
getStyles={[Function]}
getValue={[Function]}
hasValue={false}
innerProps={
Object {
"onMouseDown": [Function],
"onMouseMove": [Function],
}
}
innerRef={[Function]}
isLoading={false}
isMulti={false}
isRtl={false}
maxMenuHeight={300}
menuPlacement="bottom"
menuPosition="absolute"
menuShouldScrollIntoView={true}
minMenuHeight={140}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
placement="bottom"
selectOption={[Function]}
selectProps={
Object {
"aria-live": "polite",
"backspaceRemovesValue": true,
"blurInputOnSelect": true,
"captureMenuScroll": false,
"closeMenuOnScroll": false,
"closeMenuOnSelect": true,
"components": Object {},
"controlShouldRenderValue": true,
"escapeClearsValue": false,
"filterOption": [Function],
"formatGroupLabel": [Function],
"getOptionLabel": [Function],
"getOptionValue": [Function],
"inputValue": "two",
"isDisabled": false,
"isLoading": false,
"isMulti": false,
"isOptionDisabled": [Function],
"isRtl": false,
"isSearchable": true,
"loadingMessage": [Function],
"maxMenuHeight": 300,
"menuIsOpen": true,
"menuPlacement": "bottom",
"menuPosition": "absolute",
"menuShouldBlockScroll": false,
"menuShouldScrollIntoView": true,
"minMenuHeight": 140,
"noOptionsMessage": [Function],
"onChange": [Function],
"onInputChange": [Function],
"onMenuClose": [Function],
"onMenuOpen": [Function],
"openMenuOnClick": true,
"openMenuOnFocus": false,
"options": Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
],
"pageSize": 5,
"placeholder": "Select...",
"screenReaderStatus": [Function],
"styles": Object {
"container": [Function],
"control": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
"theme": [Function],
"value": null,
}
}
setValue={[Function]}
theme={
Object {
"borderRadius": 0,
"colors": Object {
"danger": undefined,
"dangerLight": undefined,
"neutral0": undefined,
"neutral10": undefined,
"neutral20": undefined,
"neutral30": undefined,
"neutral40": undefined,
"neutral5": undefined,
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": undefined,
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": undefined,
"neutral90": "hsl(0, 0%, 10%)",
"primary": undefined,
"primary25": undefined,
"primary50": undefined,
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 2,
"controlHeight": 30,
"menuGutter": 8,
},
}
}
>
<EmotionCssPropInternal
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="Menu"
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
className=""
css={
Object {
"backgroundColor": undefined,
"borderRadius": 0,
"boxShadow": "0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)",
"boxSizing": "border-box",
"label": "menu",
"marginBottom": 8,
"marginTop": 8,
"position": "absolute",
"top": "100%",
"width": "100%",
"zIndex": 1,
}
}
onMouseDown={[Function]}
onMouseMove={[Function]}
>
<div
className=" css-1uhnaxp-menu"
onMouseDown={[Function]}
onMouseMove={[Function]}
>
<ScrollManager
captureEnabled={false}
lockEnabled={false}
>
<MenuList
clearValue={[Function]}
cx={[Function]}
focusedOption={
Object {
"label": "Two",
"value": "two",
}
}
getStyles={[Function]}
getValue={[Function]}
hasValue={false}
innerRef={[Function]}
isLoading={false}
isMulti={false}
isRtl={false}
maxHeight={300}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
selectOption={[Function]}
selectProps={
Object {
"aria-live": "polite",
"backspaceRemovesValue": true,
"blurInputOnSelect": true,
"captureMenuScroll": false,
"closeMenuOnScroll": false,
"closeMenuOnSelect": true,
"components": Object {},
"controlShouldRenderValue": true,
"escapeClearsValue": false,
"filterOption": [Function],
"formatGroupLabel": [Function],
"getOptionLabel": [Function],
"getOptionValue": [Function],
"inputValue": "two",
"isDisabled": false,
"isLoading": false,
"isMulti": false,
"isOptionDisabled": [Function],
"isRtl": false,
"isSearchable": true,
"loadingMessage": [Function],
"maxMenuHeight": 300,
"menuIsOpen": true,
"menuPlacement": "bottom",
"menuPosition": "absolute",
"menuShouldBlockScroll": false,
"menuShouldScrollIntoView": true,
"minMenuHeight": 140,
"noOptionsMessage": [Function],
"onChange": [Function],
"onInputChange": [Function],
"onMenuClose": [Function],
"onMenuOpen": [Function],
"openMenuOnClick": true,
"openMenuOnFocus": false,
"options": Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
],
"pageSize": 5,
"placeholder": "Select...",
"screenReaderStatus": [Function],
"styles": Object {
"container": [Function],
"control": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
"theme": [Function],
"value": null,
}
}
setValue={[Function]}
theme={
Object {
"borderRadius": 0,
"colors": Object {
"danger": undefined,
"dangerLight": undefined,
"neutral0": undefined,
"neutral10": undefined,
"neutral20": undefined,
"neutral30": undefined,
"neutral40": undefined,
"neutral5": undefined,
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": undefined,
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": undefined,
"neutral90": "hsl(0, 0%, 10%)",
"primary": undefined,
"primary25": undefined,
"primary50": undefined,
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 2,
"controlHeight": 30,
"menuGutter": 8,
},
}
}
>
<EmotionCssPropInternal
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="MenuList"
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
className=""
css={
Object {
"WebkitOverflowScrolling": "touch",
"boxSizing": "border-box",
"maxHeight": 300,
"overflowY": "auto",
"paddingBottom": 2,
"paddingTop": 2,
"position": "relative",
}
}
>
<div
className=" css-87spde-MenuList"
>
<Option
clearValue={[Function]}
cx={[Function]}
data={
Object {
"label": "Two",
"value": "two",
}
}
getStyles={[Function]}
getValue={[Function]}
hasValue={false}
innerProps={
Object {
"id": "react-select-4-option-1",
"onClick": [Function],
"onMouseMove": [Function],
"onMouseOver": [Function],
"tabIndex": -1,
}
}
innerRef={[Function]}
isDisabled={false}
isFocused={true}
isMulti={false}
isRtl={false}
isSelected={false}
key="react-select-4-option-1"
label="Two"
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
selectOption={[Function]}
selectProps={
Object {
"aria-live": "polite",
"backspaceRemovesValue": true,
"blurInputOnSelect": true,
"captureMenuScroll": false,
"closeMenuOnScroll": false,
"closeMenuOnSelect": true,
"components": Object {},
"controlShouldRenderValue": true,
"escapeClearsValue": false,
"filterOption": [Function],
"formatGroupLabel": [Function],
"getOptionLabel": [Function],
"getOptionValue": [Function],
"inputValue": "two",
"isDisabled": false,
"isLoading": false,
"isMulti": false,
"isOptionDisabled": [Function],
"isRtl": false,
"isSearchable": true,
"loadingMessage": [Function],
"maxMenuHeight": 300,
"menuIsOpen": true,
"menuPlacement": "bottom",
"menuPosition": "absolute",
"menuShouldBlockScroll": false,
"menuShouldScrollIntoView": true,
"minMenuHeight": 140,
"noOptionsMessage": [Function],
"onChange": [Function],
"onInputChange": [Function],
"onMenuClose": [Function],
"onMenuOpen": [Function],
"openMenuOnClick": true,
"openMenuOnFocus": false,
"options": Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
],
"pageSize": 5,
"placeholder": "Select...",
"screenReaderStatus": [Function],
"styles": Object {
"container": [Function],
"control": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
"theme": [Function],
"value": null,
}
}
setValue={[Function]}
theme={
Object {
"borderRadius": 0,
"colors": Object {
"danger": undefined,
"dangerLight": undefined,
"neutral0": undefined,
"neutral10": undefined,
"neutral20": undefined,
"neutral30": undefined,
"neutral40": undefined,
"neutral5": undefined,
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": undefined,
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": undefined,
"neutral90": "hsl(0, 0%, 10%)",
"primary": undefined,
"primary25": undefined,
"primary50": undefined,
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 2,
"controlHeight": 30,
"menuGutter": 8,
},
}
}
type="option"
value="two"
>
<EmotionCssPropInternal
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="Option"
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
className=""
css={
Object {
":active": Object {
"backgroundColor": undefined,
},
"WebkitTapHighlightColor": "rgba(0, 0, 0, 0)",
"backgroundColor": undefined,
"boxSizing": "border-box",
"color": "inherit",
"cursor": "default",
"display": "block",
"fontSize": "inherit",
"label": "option",
"padding": "4px 6px",
"userSelect": "none",
"width": "100%",
}
}
id="react-select-4-option-1"
onClick={[Function]}
onMouseMove={[Function]}
onMouseOver={[Function]}
tabIndex={-1}
>
<div
className=" css-1npzjqc-option"
id="react-select-4-option-1"
onClick={[Function]}
onMouseMove={[Function]}
onMouseOver={[Function]}
tabIndex={-1}
>
Two
</div>
</EmotionCssPropInternal>
</Option>
</div>
</EmotionCssPropInternal>
</MenuList>
</ScrollManager>
</div>
</EmotionCssPropInternal>
</Menu>
</MenuPlacer>
</div>
</EmotionCssPropInternal>
</SelectContainer>
</Select>
</StateManager>
</Select>
</Component>
</WithTheme(Component)>
2019-01-03 16:00:55 +03:00
`;
exports[`Select shouldn't find any results 1`] = `
<WithTheme(Component)
2019-01-08 19:35:12 +03:00
onChange={[MockFunction]}
2019-01-03 16:00:55 +03:00
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
>
<Component
2019-01-08 19:35:12 +03:00
onChange={[MockFunction]}
2019-01-03 16:00:55 +03:00
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
>
<Select
2019-01-08 19:35:12 +03:00
onChange={[MockFunction]}
2019-01-03 16:00:55 +03:00
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
theme={
Object {
"codeFontFamily": "'Source Code Pro', monospace",
"fontFamily": "'Source Sans Pro', sans-serif",
"inputBorderColor": undefined,
"inputBorderRadius": 4,
"inputBorderWidth": 1,
"inputFocusedStyle": "border-color: undefined",
"inputHeight": 30,
"inputInternalHeight": 28,
"inputPadding": 10,
"selectArrowWidth": 4,
"spinnerSize": 13,
}
}
2019-01-03 16:00:55 +03:00
>
<StateManager
defaultInputValue=""
defaultMenuIsOpen={false}
defaultValue={null}
onChange={[MockFunction]}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
styles={
Object {
"container": [Function],
"control": [Function],
}
}
theme={[Function]}
2019-01-03 16:00:55 +03:00
>
<Select
aria-live="polite"
backspaceRemovesValue={true}
blurInputOnSelect={true}
captureMenuScroll={false}
closeMenuOnScroll={false}
closeMenuOnSelect={true}
components={Object {}}
controlShouldRenderValue={true}
escapeClearsValue={false}
filterOption={[Function]}
formatGroupLabel={[Function]}
getOptionLabel={[Function]}
getOptionValue={[Function]}
inputValue="text"
isDisabled={false}
isLoading={false}
isMulti={false}
isOptionDisabled={[Function]}
isRtl={false}
isSearchable={true}
loadingMessage={[Function]}
maxMenuHeight={300}
menuIsOpen={true}
menuPlacement="bottom"
menuPosition="absolute"
menuShouldBlockScroll={false}
menuShouldScrollIntoView={true}
minMenuHeight={140}
noOptionsMessage={[Function]}
onChange={[Function]}
onInputChange={[Function]}
onMenuClose={[Function]}
onMenuOpen={[Function]}
openMenuOnClick={true}
openMenuOnFocus={false}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
pageSize={5}
placeholder="Select..."
screenReaderStatus={[Function]}
styles={
Object {
"container": [Function],
"control": [Function],
}
}
tabIndex="0"
tabSelectsValue={true}
theme={[Function]}
value={null}
>
<SelectContainer
clearValue={[Function]}
cx={[Function]}
getStyles={[Function]}
getValue={[Function]}
hasValue={false}
innerProps={
Object {
"id": undefined,
"onKeyDown": [Function],
}
}
isDisabled={false}
isFocused={false}
isMulti={false}
isRtl={false}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
selectOption={[Function]}
selectProps={
Object {
"aria-live": "polite",
"backspaceRemovesValue": true,
"blurInputOnSelect": true,
"captureMenuScroll": false,
"closeMenuOnScroll": false,
"closeMenuOnSelect": true,
"components": Object {},
"controlShouldRenderValue": true,
"escapeClearsValue": false,
"filterOption": [Function],
"formatGroupLabel": [Function],
"getOptionLabel": [Function],
"getOptionValue": [Function],
"inputValue": "text",
"isDisabled": false,
"isLoading": false,
"isMulti": false,
"isOptionDisabled": [Function],
"isRtl": false,
"isSearchable": true,
"loadingMessage": [Function],
"maxMenuHeight": 300,
"menuIsOpen": true,
"menuPlacement": "bottom",
"menuPosition": "absolute",
"menuShouldBlockScroll": false,
"menuShouldScrollIntoView": true,
"minMenuHeight": 140,
"noOptionsMessage": [Function],
"onChange": [Function],
"onInputChange": [Function],
"onMenuClose": [Function],
"onMenuOpen": [Function],
"openMenuOnClick": true,
"openMenuOnFocus": false,
"options": Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
],
"pageSize": 5,
"placeholder": "Select...",
"screenReaderStatus": [Function],
"styles": Object {
"container": [Function],
"control": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
"theme": [Function],
"value": null,
}
}
setValue={[Function]}
theme={
Object {
"borderRadius": 0,
"colors": Object {
"danger": undefined,
"dangerLight": undefined,
"neutral0": undefined,
"neutral10": undefined,
"neutral20": undefined,
"neutral30": undefined,
"neutral40": undefined,
"neutral5": undefined,
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": undefined,
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": undefined,
"neutral90": "hsl(0, 0%, 10%)",
"primary": undefined,
"primary25": undefined,
"primary50": undefined,
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 2,
"controlHeight": 30,
"menuGutter": 8,
},
}
}
2019-01-03 16:00:55 +03:00
>
<EmotionCssPropInternal
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="SelectContainer"
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
className=""
css={
Object {
"boxSizing": "border-box",
"direction": null,
"flexGrow": 1,
"label": "container",
"pointerEvents": null,
"position": "relative",
}
}
onKeyDown={[Function]}
2019-01-03 16:00:55 +03:00
>
<div
className=" css-butsr4-container"
onKeyDown={[Function]}
>
<LiveRegion
ariaSelection={null}
clearValue={[Function]}
cx={[Function]}
focusableOptions={Array []}
focusedValue={null}
getStyles={[Function]}
getValue={[Function]}
hasValue={false}
isFocused={false}
isMulti={false}
isRtl={false}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
selectOption={[Function]}
selectProps={
Object {
"aria-live": "polite",
"backspaceRemovesValue": true,
"blurInputOnSelect": true,
"captureMenuScroll": false,
"closeMenuOnScroll": false,
"closeMenuOnSelect": true,
"components": Object {},
"controlShouldRenderValue": true,
"escapeClearsValue": false,
"filterOption": [Function],
"formatGroupLabel": [Function],
"getOptionLabel": [Function],
"getOptionValue": [Function],
"inputValue": "text",
"isDisabled": false,
"isLoading": false,
"isMulti": false,
"isOptionDisabled": [Function],
"isRtl": false,
"isSearchable": true,
"loadingMessage": [Function],
"maxMenuHeight": 300,
"menuIsOpen": true,
"menuPlacement": "bottom",
"menuPosition": "absolute",
"menuShouldBlockScroll": false,
"menuShouldScrollIntoView": true,
"minMenuHeight": 140,
"noOptionsMessage": [Function],
"onChange": [Function],
"onInputChange": [Function],
"onMenuClose": [Function],
"onMenuOpen": [Function],
"openMenuOnClick": true,
"openMenuOnFocus": false,
"options": Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
],
"pageSize": 5,
"placeholder": "Select...",
"screenReaderStatus": [Function],
"styles": Object {
"container": [Function],
"control": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
"theme": [Function],
"value": null,
}
}
selectValue={Array []}
setValue={[Function]}
theme={
Object {
"borderRadius": 0,
"colors": Object {
"danger": undefined,
"dangerLight": undefined,
"neutral0": undefined,
"neutral10": undefined,
"neutral20": undefined,
"neutral30": undefined,
"neutral40": undefined,
"neutral5": undefined,
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": undefined,
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": undefined,
"neutral90": "hsl(0, 0%, 10%)",
"primary": undefined,
"primary25": undefined,
"primary50": undefined,
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 2,
"controlHeight": 30,
"menuGutter": 8,
},
}
}
>
<A11yText
aria-atomic="false"
aria-live="polite"
aria-relevant="additions text"
>
<EmotionCssPropInternal
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="A11yText"
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="span"
aria-atomic="false"
aria-live="polite"
aria-relevant="additions text"
css={
Object {
"map": "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkExMXlUZXh0LmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQVFJIiwiZmlsZSI6IkExMXlUZXh0LmpzIiwic291cmNlc0NvbnRlbnQiOlsiLy8gQGZsb3dcbi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgdHlwZSBFbGVtZW50Q29uZmlnIH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0IHsganN4IH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG4vLyBBc3Npc3RpdmUgdGV4dCB0byBkZXNjcmliZSB2aXN1YWwgZWxlbWVudHMuIEhpZGRlbiBmb3Igc2lnaHRlZCB1c2Vycy5cbmNvbnN0IEExMXlUZXh0ID0gKHByb3BzOiBFbGVtZW50Q29uZmlnPCdzcGFuJz4pID0+IChcbiAgPHNwYW5cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAnYTExeVRleHQnLFxuICAgICAgekluZGV4OiA5OTk5LFxuICAgICAgYm9yZGVyOiAwLFxuICAgICAgY2xpcDogJ3JlY3QoMXB4LCAxcHgsIDFweCwgMXB4KScsXG4gICAgICBoZWlnaHQ6IDEsXG4gICAgICB3aWR0aDogMSxcbiAgICAgIHBvc2l0aW9uOiAnYWJzb2x1dGUnLFxuICAgICAgb3ZlcmZsb3c6ICdoaWRkZW4nLFxuICAgICAgcGFkZGluZzogMCxcbiAgICAgIHdoaXRlU3BhY2U6ICdub3dyYXAnLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IGRlZmF1bHQgQTExeVRleHQ7XG4iXX0= */",
"name": "1f43avz-a11yText-A11yText",
"styles": "label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap;label:A11yText;",
"toString": [Function],
}
}
>
<span
aria-atomic="false"
aria-live="polite"
aria-relevant="additions text"
className="css-1f43avz-a11yText-A11yText"
/>
</EmotionCssPropInternal>
</A11yText>
</LiveRegion>
<Control
clearValue={[Function]}
cx={[Function]}
getStyles={[Function]}
getValue={[Function]}
hasValue={false}
innerProps={
Object {
"onMouseDown": [Function],
"onTouchEnd": [Function],
}
}
innerRef={[Function]}
isDisabled={false}
isFocused={false}
isMulti={false}
isRtl={false}
menuIsOpen={true}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
selectOption={[Function]}
selectProps={
Object {
"aria-live": "polite",
"backspaceRemovesValue": true,
"blurInputOnSelect": true,
"captureMenuScroll": false,
"closeMenuOnScroll": false,
"closeMenuOnSelect": true,
"components": Object {},
"controlShouldRenderValue": true,
"escapeClearsValue": false,
"filterOption": [Function],
"formatGroupLabel": [Function],
"getOptionLabel": [Function],
"getOptionValue": [Function],
"inputValue": "text",
"isDisabled": false,
"isLoading": false,
"isMulti": false,
"isOptionDisabled": [Function],
"isRtl": false,
"isSearchable": true,
"loadingMessage": [Function],
"maxMenuHeight": 300,
"menuIsOpen": true,
"menuPlacement": "bottom",
"menuPosition": "absolute",
"menuShouldBlockScroll": false,
"menuShouldScrollIntoView": true,
"minMenuHeight": 140,
"noOptionsMessage": [Function],
"onChange": [Function],
"onInputChange": [Function],
"onMenuClose": [Function],
"onMenuOpen": [Function],
"openMenuOnClick": true,
"openMenuOnFocus": false,
"options": Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
],
"pageSize": 5,
"placeholder": "Select...",
"screenReaderStatus": [Function],
"styles": Object {
"container": [Function],
"control": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
"theme": [Function],
"value": null,
}
2019-01-03 16:00:55 +03:00
}
setValue={[Function]}
theme={
2019-01-03 16:00:55 +03:00
Object {
"borderRadius": 0,
"colors": Object {
"danger": undefined,
"dangerLight": undefined,
"neutral0": undefined,
"neutral10": undefined,
"neutral20": undefined,
"neutral30": undefined,
"neutral40": undefined,
"neutral5": undefined,
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": undefined,
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": undefined,
"neutral90": "hsl(0, 0%, 10%)",
"primary": undefined,
"primary25": undefined,
"primary50": undefined,
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 2,
"controlHeight": 30,
"menuGutter": 8,
},
2019-01-03 16:00:55 +03:00
}
}
>
<EmotionCssPropInternal
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="Control"
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
className=""
css={
Object {
"&:hover": Object {
"backgroundColor": undefined,
"borderColor": undefined,
},
"alignItems": "center",
"backgroundColor": undefined,
"borderColor": undefined,
"borderRadius": 0,
"borderStyle": "solid",
"borderWidth": 1,
"boxShadow": null,
"boxSizing": "border-box",
"cursor": "default",
"display": "flex",
"flexWrap": "wrap",
"justifyContent": "space-between",
"label": "control",
"minHeight": 30,
"outline": "0 !important",
"position": "relative",
"transition": "all 100ms",
}
}
onMouseDown={[Function]}
onTouchEnd={[Function]}
>
<div
className=" css-10abb65-control"
onMouseDown={[Function]}
onTouchEnd={[Function]}
>
<ValueContainer
clearValue={[Function]}
cx={[Function]}
getStyles={[Function]}
getValue={[Function]}
hasValue={false}
isDisabled={false}
isMulti={false}
isRtl={false}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
selectOption={[Function]}
selectProps={
Object {
"aria-live": "polite",
"backspaceRemovesValue": true,
"blurInputOnSelect": true,
"captureMenuScroll": false,
"closeMenuOnScroll": false,
"closeMenuOnSelect": true,
"components": Object {},
"controlShouldRenderValue": true,
"escapeClearsValue": false,
"filterOption": [Function],
"formatGroupLabel": [Function],
"getOptionLabel": [Function],
"getOptionValue": [Function],
"inputValue": "text",
"isDisabled": false,
"isLoading": false,
"isMulti": false,
"isOptionDisabled": [Function],
"isRtl": false,
"isSearchable": true,
"loadingMessage": [Function],
"maxMenuHeight": 300,
"menuIsOpen": true,
"menuPlacement": "bottom",
"menuPosition": "absolute",
"menuShouldBlockScroll": false,
"menuShouldScrollIntoView": true,
"minMenuHeight": 140,
"noOptionsMessage": [Function],
"onChange": [Function],
"onInputChange": [Function],
"onMenuClose": [Function],
"onMenuOpen": [Function],
"openMenuOnClick": true,
"openMenuOnFocus": false,
"options": Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
],
"pageSize": 5,
"placeholder": "Select...",
"screenReaderStatus": [Function],
"styles": Object {
"container": [Function],
"control": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
"theme": [Function],
"value": null,
}
}
setValue={[Function]}
theme={
Object {
"borderRadius": 0,
"colors": Object {
"danger": undefined,
"dangerLight": undefined,
"neutral0": undefined,
"neutral10": undefined,
"neutral20": undefined,
"neutral30": undefined,
"neutral40": undefined,
"neutral5": undefined,
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": undefined,
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": undefined,
"neutral90": "hsl(0, 0%, 10%)",
"primary": undefined,
"primary25": undefined,
"primary50": undefined,
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 2,
"controlHeight": 30,
"menuGutter": 8,
},
}
}
>
<EmotionCssPropInternal
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="ValueContainer"
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
className=""
css={
Object {
"WebkitOverflowScrolling": "touch",
"alignItems": "center",
"boxSizing": "border-box",
"display": "flex",
"flex": 1,
"flexWrap": "wrap",
"overflow": "hidden",
"padding": "1px 4px",
"position": "relative",
}
}
>
<div
className=" css-be27w2-ValueContainer"
>
<Input
aria-autocomplete="list"
autoCapitalize="none"
autoComplete="off"
autoCorrect="off"
clearValue={[Function]}
cx={[Function]}
getStyles={[Function]}
getValue={[Function]}
hasValue={false}
id="react-select-5-input"
innerRef={[Function]}
isDisabled={false}
isHidden={false}
isMulti={false}
isRtl={false}
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
selectOption={[Function]}
selectProps={
Object {
"aria-live": "polite",
"backspaceRemovesValue": true,
"blurInputOnSelect": true,
"captureMenuScroll": false,
"closeMenuOnScroll": false,
"closeMenuOnSelect": true,
"components": Object {},
"controlShouldRenderValue": true,
"escapeClearsValue": false,
"filterOption": [Function],
"formatGroupLabel": [Function],
"getOptionLabel": [Function],
"getOptionValue": [Function],
"inputValue": "text",
"isDisabled": false,
"isLoading": false,
"isMulti": false,
"isOptionDisabled": [Function],
"isRtl": false,
"isSearchable": true,
"loadingMessage": [Function],
"maxMenuHeight": 300,
"menuIsOpen": true,
"menuPlacement": "bottom",
"menuPosition": "absolute",
"menuShouldBlockScroll": false,
"menuShouldScrollIntoView": true,
"minMenuHeight": 140,
"noOptionsMessage": [Function],
"onChange": [Function],
"onInputChange": [Function],
"onMenuClose": [Function],
"onMenuOpen": [Function],
"openMenuOnClick": true,
"openMenuOnFocus": false,
"options": Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
],
"pageSize": 5,
"placeholder": "Select...",
"screenReaderStatus": [Function],
"styles": Object {
"container": [Function],
"control": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
"theme": [Function],
"value": null,
}
}
setValue={[Function]}
spellCheck="false"
tabIndex="0"
theme={
Object {
"borderRadius": 0,
"colors": Object {
"danger": undefined,
"dangerLight": undefined,
"neutral0": undefined,
"neutral10": undefined,
"neutral20": undefined,
"neutral30": undefined,
"neutral40": undefined,
"neutral5": undefined,
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": undefined,
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": undefined,
"neutral90": "hsl(0, 0%, 10%)",
"primary": undefined,
"primary25": undefined,
"primary50": undefined,
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 2,
"controlHeight": 30,
"menuGutter": 8,
},
}
}
type="text"
value="text"
>
<EmotionCssPropInternal
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="Input"
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
css={
Object {
"boxSizing": "border-box",
"color": undefined,
"margin": 1,
"paddingBottom": 1,
"paddingTop": 1,
"visibility": "visible",
}
}
>
<div
className="css-187dxxn-Input"
>
<AutosizeInput
aria-autocomplete="list"
autoCapitalize="none"
autoComplete="off"
autoCorrect="off"
className=""
disabled={false}
id="react-select-5-input"
injectStyles={true}
inputRef={[Function]}
inputStyle={
Object {
"background": 0,
"border": 0,
"color": "inherit",
"fontSize": "inherit",
"label": "input",
"opacity": 1,
"outline": 0,
"padding": 0,
}
}
minWidth={1}
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
spellCheck="false"
tabIndex="0"
type="text"
value="text"
>
<div
className=""
style={
Object {
"display": "inline-block",
}
}
>
<input
aria-autocomplete="list"
autoCapitalize="none"
autoComplete="off"
autoCorrect="off"
disabled={false}
id="react-select-5-input"
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
spellCheck="false"
style={
Object {
"background": 0,
"border": 0,
"boxSizing": "content-box",
"color": "inherit",
"fontSize": "inherit",
"label": "input",
"opacity": 1,
"outline": 0,
"padding": 0,
"width": "2px",
}
}
tabIndex="0"
type="text"
value="text"
/>
<div
style={
Object {
"height": 0,
"left": 0,
"overflow": "scroll",
"position": "absolute",
"top": 0,
"visibility": "hidden",
"whiteSpace": "pre",
}
}
>
text
</div>
</div>
</AutosizeInput>
</div>
</EmotionCssPropInternal>
</Input>
</div>
</EmotionCssPropInternal>
</ValueContainer>
<IndicatorsContainer
clearValue={[Function]}
cx={[Function]}
getStyles={[Function]}
getValue={[Function]}
hasValue={false}
isDisabled={false}
isMulti={false}
isRtl={false}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
selectOption={[Function]}
selectProps={
Object {
"aria-live": "polite",
"backspaceRemovesValue": true,
"blurInputOnSelect": true,
"captureMenuScroll": false,
"closeMenuOnScroll": false,
"closeMenuOnSelect": true,
"components": Object {},
"controlShouldRenderValue": true,
"escapeClearsValue": false,
"filterOption": [Function],
"formatGroupLabel": [Function],
"getOptionLabel": [Function],
"getOptionValue": [Function],
"inputValue": "text",
"isDisabled": false,
"isLoading": false,
"isMulti": false,
"isOptionDisabled": [Function],
"isRtl": false,
"isSearchable": true,
"loadingMessage": [Function],
"maxMenuHeight": 300,
"menuIsOpen": true,
"menuPlacement": "bottom",
"menuPosition": "absolute",
"menuShouldBlockScroll": false,
"menuShouldScrollIntoView": true,
"minMenuHeight": 140,
"noOptionsMessage": [Function],
"onChange": [Function],
"onInputChange": [Function],
"onMenuClose": [Function],
"onMenuOpen": [Function],
"openMenuOnClick": true,
"openMenuOnFocus": false,
"options": Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
],
"pageSize": 5,
"placeholder": "Select...",
"screenReaderStatus": [Function],
"styles": Object {
"container": [Function],
"control": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
"theme": [Function],
"value": null,
}
}
setValue={[Function]}
theme={
Object {
"borderRadius": 0,
"colors": Object {
"danger": undefined,
"dangerLight": undefined,
"neutral0": undefined,
"neutral10": undefined,
"neutral20": undefined,
"neutral30": undefined,
"neutral40": undefined,
"neutral5": undefined,
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": undefined,
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": undefined,
"neutral90": "hsl(0, 0%, 10%)",
"primary": undefined,
"primary25": undefined,
"primary50": undefined,
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 2,
"controlHeight": 30,
"menuGutter": 8,
},
}
}
>
<EmotionCssPropInternal
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="IndicatorsContainer"
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
className=""
css={
Object {
"alignItems": "center",
"alignSelf": "stretch",
"boxSizing": "border-box",
"display": "flex",
"flexShrink": 0,
}
}
>
<div
className=" css-1hb7zxy-IndicatorsContainer"
>
<IndicatorSeparator
clearValue={[Function]}
cx={[Function]}
getStyles={[Function]}
getValue={[Function]}
hasValue={false}
isDisabled={false}
isFocused={false}
isMulti={false}
isRtl={false}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
selectOption={[Function]}
selectProps={
Object {
"aria-live": "polite",
"backspaceRemovesValue": true,
"blurInputOnSelect": true,
"captureMenuScroll": false,
"closeMenuOnScroll": false,
"closeMenuOnSelect": true,
"components": Object {},
"controlShouldRenderValue": true,
"escapeClearsValue": false,
"filterOption": [Function],
"formatGroupLabel": [Function],
"getOptionLabel": [Function],
"getOptionValue": [Function],
"inputValue": "text",
"isDisabled": false,
"isLoading": false,
"isMulti": false,
"isOptionDisabled": [Function],
"isRtl": false,
"isSearchable": true,
"loadingMessage": [Function],
"maxMenuHeight": 300,
"menuIsOpen": true,
"menuPlacement": "bottom",
"menuPosition": "absolute",
"menuShouldBlockScroll": false,
"menuShouldScrollIntoView": true,
"minMenuHeight": 140,
"noOptionsMessage": [Function],
"onChange": [Function],
"onInputChange": [Function],
"onMenuClose": [Function],
"onMenuOpen": [Function],
"openMenuOnClick": true,
"openMenuOnFocus": false,
"options": Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
],
"pageSize": 5,
"placeholder": "Select...",
"screenReaderStatus": [Function],
"styles": Object {
"container": [Function],
"control": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
"theme": [Function],
"value": null,
}
}
setValue={[Function]}
theme={
Object {
"borderRadius": 0,
"colors": Object {
"danger": undefined,
"dangerLight": undefined,
"neutral0": undefined,
"neutral10": undefined,
"neutral20": undefined,
"neutral30": undefined,
"neutral40": undefined,
"neutral5": undefined,
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": undefined,
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": undefined,
"neutral90": "hsl(0, 0%, 10%)",
"primary": undefined,
"primary25": undefined,
"primary50": undefined,
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 2,
"controlHeight": 30,
"menuGutter": 8,
},
}
}
>
<EmotionCssPropInternal
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="IndicatorSeparator"
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="span"
className=""
css={
Object {
"alignSelf": "stretch",
"backgroundColor": undefined,
"boxSizing": "border-box",
"label": "indicatorSeparator",
"marginBottom": 4,
"marginTop": 4,
"width": 1,
}
}
>
<span
className=" css-1urf5ax-indicatorSeparator"
/>
</EmotionCssPropInternal>
</IndicatorSeparator>
<DropdownIndicator
clearValue={[Function]}
cx={[Function]}
getStyles={[Function]}
getValue={[Function]}
hasValue={false}
innerProps={
Object {
"aria-hidden": "true",
"onMouseDown": [Function],
"onTouchEnd": [Function],
}
}
isDisabled={false}
isFocused={false}
isMulti={false}
isRtl={false}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
selectOption={[Function]}
selectProps={
Object {
"aria-live": "polite",
"backspaceRemovesValue": true,
"blurInputOnSelect": true,
"captureMenuScroll": false,
"closeMenuOnScroll": false,
"closeMenuOnSelect": true,
"components": Object {},
"controlShouldRenderValue": true,
"escapeClearsValue": false,
"filterOption": [Function],
"formatGroupLabel": [Function],
"getOptionLabel": [Function],
"getOptionValue": [Function],
"inputValue": "text",
"isDisabled": false,
"isLoading": false,
"isMulti": false,
"isOptionDisabled": [Function],
"isRtl": false,
"isSearchable": true,
"loadingMessage": [Function],
"maxMenuHeight": 300,
"menuIsOpen": true,
"menuPlacement": "bottom",
"menuPosition": "absolute",
"menuShouldBlockScroll": false,
"menuShouldScrollIntoView": true,
"minMenuHeight": 140,
"noOptionsMessage": [Function],
"onChange": [Function],
"onInputChange": [Function],
"onMenuClose": [Function],
"onMenuOpen": [Function],
"openMenuOnClick": true,
"openMenuOnFocus": false,
"options": Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
],
"pageSize": 5,
"placeholder": "Select...",
"screenReaderStatus": [Function],
"styles": Object {
"container": [Function],
"control": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
"theme": [Function],
"value": null,
}
}
setValue={[Function]}
theme={
Object {
"borderRadius": 0,
"colors": Object {
"danger": undefined,
"dangerLight": undefined,
"neutral0": undefined,
"neutral10": undefined,
"neutral20": undefined,
"neutral30": undefined,
"neutral40": undefined,
"neutral5": undefined,
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": undefined,
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": undefined,
"neutral90": "hsl(0, 0%, 10%)",
"primary": undefined,
"primary25": undefined,
"primary50": undefined,
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 2,
"controlHeight": 30,
"menuGutter": 8,
},
}
}
>
<EmotionCssPropInternal
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="DropdownIndicator"
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
aria-hidden="true"
className=""
css={
Object {
":hover": Object {
"color": undefined,
},
"boxSizing": "border-box",
"color": undefined,
"display": "flex",
"label": "indicatorContainer",
"padding": 4,
"transition": "color 150ms",
}
}
onMouseDown={[Function]}
onTouchEnd={[Function]}
>
<div
aria-hidden="true"
className=" css-aazq4s-indicatorContainer"
onMouseDown={[Function]}
onTouchEnd={[Function]}
>
<DownChevron>
<Svg
size={20}
>
<EmotionCssPropInternal
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="Svg"
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="svg"
aria-hidden="true"
css={
Object {
"map": "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBa0JJIiwiZmlsZSI6ImluZGljYXRvcnMuanMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBAZmxvd1xuLyoqIEBqc3gganN4ICovXG5pbXBvcnQgeyB0eXBlIE5vZGUgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3gsIGtleWZyYW1lcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHR5cGUgeyBDb21tb25Qcm9wcywgVGhlbWUgfSBmcm9tICcuLi90eXBlcyc7XG5cbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuLy8gRHJvcGRvd24gJiBDbGVhciBJY29uc1xuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmNvbnN0IFN2ZyA9ICh7IHNpemUsIC4uLnByb3BzIH06IHsgc2l6ZTogbnVtYmVyIH0pID0+IChcbiAgPHN2Z1xuICAgIGhlaWdodD17c2l6ZX1cbiAgICB3aWR0aD17c2l6ZX1cbiAgICB2aWV3Qm94PVwiMCAwIDIwIDIwXCJcbiAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICBjc3M9e3tcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgZmlsbDogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBsaW5lSGVpZ2h0OiAxLFxuICAgICAgc3Ryb2tlOiAnY3VycmVudENvbG9yJyxcbiAgICAgIHN0cm9rZVdpZHRoOiAwLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IGNvbnN0IENyb3NzSWNvbiA9IChwcm9wczogYW55KSA9PiAoXG4gIDxTdmcgc2l6ZT17MjB9IHsuLi5wcm9wc30+XG4gICAgPHBhdGggZD1cIk0xNC4zNDggMTQuODQ5Yy0wLjQ2OSAwLjQ2OS0xLjIyOSAwLjQ2OS0xLjY5NyAwbC0yLjY1MS0zLjAzMC0yLjY1MSAzLjAyOWMtMC40NjkgMC40NjktMS4yMjkgMC40NjktMS42OTcgMC0wLjQ2OS0wLjQ2OS0wLjQ2OS0xLjIyOSAwLTEuNjk3bDIuNzU4LTMuMTUtMi43NTktMy4xNTJjLTAuNDY5LTAuNDY5LTAuNDY5LTEuMjI4IDAtMS42OTdzMS4yMjgtMC40NjkgMS42OTcgMGwyLjY1MiAzLjAzMSAyLjY1MS0zLjAzMWMwLjQ2OS0wLjQ2OSAxLjIyOC0wLjQ2OSAxLjY5NyAwczAuNDY5IDEuMjI5IDAgMS42OTdsLTIuNzU4IDMuMTUyIDIuNzU4IDMuMTVjMC40NjkgMC40NjkgMC40NjkgMS4yMjkgMCAxLjY5OHpcIiAvPlxuICA8L1N2Zz5cbik7XG5leHBvcnQgY29uc3QgRG93bkNoZXZyb24gPSAocHJvcHM6IGFueSkgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNNC41MTYgNy41NDhjMC40MzYtMC40NDYgMS4wNDMtMC40ODEgMS41NzYgMGwzLjkwOCAzLjc0NyAzLjkwOC0zLjc0N2MwLjUzMy0wLjQ4MSAxLjE0MS0wLjQ0NiAxLjU3NCAwIDAuNDM2IDAuNDQ1IDAuNDA4IDEuMTk3IDAgMS42MTUtMC40MDYgMC40MTgtNC42OTUgNC41MDItNC42OTUgNC41MDItMC4yMTcgMC4yMjMtMC41MDIgMC4zMzUtMC43ODcgMC4zMzVzLTAuNTctMC4xMTItMC43ODktMC4zMzVjMCAwLTQuMjg3LTQuMDg0LTQuNjk1LTQuNTAycy0wLjQzNi0xLjE3IDAtMS42MTV6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgQnV0dG9uc1xuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmV4cG9ydCB0eXBlIEluZGljYXRvclByb3BzID0gQ29tbW9uUHJvcHMgJiB7XG4gIC8qKiBUaGUgY2hpbGRyZW4gdG8gYmUgcmVuZGVyZWQgaW5zaWRlIHRoZSBpbmRpY2F0b3IuICovXG4gIGNoaWxkcmVuOiBOb2RlLFxuICAvKiogUHJvcHMgdGhhdCB3aWxsIGJlIHBhc3NlZCBvbiB0byB0aGUgY2hpbGRyZW4uICovXG4gIGlubmVyUHJvcHM6IGFueSxcbiAgLyoqIFRoZSBmb2N1c2VkIHN0YXRlIG9mIHRoZSBzZWxlY3QuICovXG4gIGlzRm9jdXNlZDogYm9vbGVhbixcbiAgLyoqIFdoZXRoZXIgdGhlIHRleHQgaXMgcmlnaHQgdG8gbGVmdCAqL1xuICBpc1J0bDogYm9vbGVhbixcbn07XG5cbmNvbnN0IGJhc2VDU1MgPSAoe1xuICBpc0ZvY3VzZWQsXG4gIHRoZW1lOiB7XG4gICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgIGNvbG9ycyxcbiAgfSxcbn06IEluZGljYXRvclByb3BzKSA9PiAoe1xuICBsYWJlbDogJ2luZGljYXRvckNvbnRhaW5lcicsXG4gIGNvbG9yOiBpc0ZvY3VzZWQgPyBjb2xvcnMubmV1dHJhbDYwIDogY29sb3JzLm5ldXRyYWwyMCxcbiAgZGlzcGxheTogJ2ZsZXgnLFxuICBwYWRkaW5nOiBiYXNlVW5pdCAqIDIsXG4gIHRyYW5zaXRpb246ICdjb2xvciAxNTBtcycsXG5cbiAgJzpob3Zlcic6IHtcbiAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw4MCA6IGNvbG9ycy5uZXV0cmFsNDAsXG4gIH0sXG59KTtcblxuZXhwb3J0IGNvbnN0IGRyb3Bkb3duSW5kaWNhdG9yQ1NTID0gYmFzZUNTUztcbmV4cG9ydCBjb25zdCBEcm9wZG93bkluZGljYXRvciA9IChwcm9wczogSW5kaWNhdG9yUHJvcHMpID0+IHtcbiAgY29uc3QgeyBjaGlsZHJlbiwgY2xhc3NOYW1lLCBjeCwgZ2V0U3R5bGVzLCBpbm5lclByb3BzIH0gPSBwcm9wcztcbiAgcmV0dXJuIChcbiAgICA8ZGl2XG4gICAgICBjc3M9e2dldFN0eWxlcygnZHJvcGRvd25JbmRpY2F0b3InLCBwcm9wcyl9XG4gICAgICBjbGFzc05hbWU9e2N4KFxuICAgICAgICB7XG4gICAgICAgICAgaW5kaWNhdG9yOiB0cnVlLFxuICAgICAgICAgICdkcm9wZG93bi1pbmRpY2F0b3InOiB0cnVlLFxuICAgICAgICB9LFxuICAgICAgICBjbGFzc05hbWVcbiAgICAgICl9XG4gICAgICB7Li4uaW5uZXJQcm9wc31cbiAgICA+XG4gICAgICB7Y2hpbGRyZW4gfHwgPERvd25DaGV2cm9uIC8+fVxuICAgIDwvZGl2PlxuICApO1xufTtcblxuZXhwb3J0IGNvbnN0IGNsZWFySW5kaWNhdG9yQ1NTID0gYmFzZUNTUztcbmV4cG9ydCBjb25zdCBDbGVhckluZGljYXRvciA9IChwcm9wczogSW5kaWNhdG9yUHJvcHM
"name": "tj5bde-Svg",
"styles": "display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;label:Svg;",
"toString": [Function],
}
}
focusable="false"
height={20}
viewBox="0 0 20 20"
width={20}
>
<svg
aria-hidden="true"
className="css-tj5bde-Svg"
focusable="false"
height={20}
viewBox="0 0 20 20"
width={20}
>
<path
d="M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"
/>
</svg>
</EmotionCssPropInternal>
</Svg>
</DownChevron>
</div>
</EmotionCssPropInternal>
</DropdownIndicator>
</div>
</EmotionCssPropInternal>
</IndicatorsContainer>
</div>
</EmotionCssPropInternal>
</Control>
<MenuPlacer
clearValue={[Function]}
cx={[Function]}
getStyles={[Function]}
getValue={[Function]}
hasValue={false}
isMulti={false}
isRtl={false}
maxMenuHeight={300}
menuPlacement="bottom"
menuPosition="absolute"
menuShouldScrollIntoView={true}
minMenuHeight={140}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
selectOption={[Function]}
selectProps={
Object {
"aria-live": "polite",
"backspaceRemovesValue": true,
"blurInputOnSelect": true,
"captureMenuScroll": false,
"closeMenuOnScroll": false,
"closeMenuOnSelect": true,
"components": Object {},
"controlShouldRenderValue": true,
"escapeClearsValue": false,
"filterOption": [Function],
"formatGroupLabel": [Function],
"getOptionLabel": [Function],
"getOptionValue": [Function],
"inputValue": "text",
"isDisabled": false,
"isLoading": false,
"isMulti": false,
"isOptionDisabled": [Function],
"isRtl": false,
"isSearchable": true,
"loadingMessage": [Function],
"maxMenuHeight": 300,
"menuIsOpen": true,
"menuPlacement": "bottom",
"menuPosition": "absolute",
"menuShouldBlockScroll": false,
"menuShouldScrollIntoView": true,
"minMenuHeight": 140,
"noOptionsMessage": [Function],
"onChange": [Function],
"onInputChange": [Function],
"onMenuClose": [Function],
"onMenuOpen": [Function],
"openMenuOnClick": true,
"openMenuOnFocus": false,
"options": Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
],
"pageSize": 5,
"placeholder": "Select...",
"screenReaderStatus": [Function],
"styles": Object {
"container": [Function],
"control": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
"theme": [Function],
"value": null,
}
}
setValue={[Function]}
theme={
Object {
"borderRadius": 0,
"colors": Object {
"danger": undefined,
"dangerLight": undefined,
"neutral0": undefined,
"neutral10": undefined,
"neutral20": undefined,
"neutral30": undefined,
"neutral40": undefined,
"neutral5": undefined,
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": undefined,
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": undefined,
"neutral90": "hsl(0, 0%, 10%)",
"primary": undefined,
"primary25": undefined,
"primary50": undefined,
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 2,
"controlHeight": 30,
"menuGutter": 8,
},
2019-01-03 16:00:55 +03:00
}
}
>
<Menu
clearValue={[Function]}
cx={[Function]}
getStyles={[Function]}
getValue={[Function]}
hasValue={false}
innerProps={
Object {
"onMouseDown": [Function],
"onMouseMove": [Function],
}
}
innerRef={[Function]}
isLoading={false}
isMulti={false}
isRtl={false}
maxMenuHeight={300}
menuPlacement="bottom"
menuPosition="absolute"
menuShouldScrollIntoView={true}
minMenuHeight={140}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
placement="bottom"
selectOption={[Function]}
selectProps={
Object {
"aria-live": "polite",
"backspaceRemovesValue": true,
"blurInputOnSelect": true,
"captureMenuScroll": false,
"closeMenuOnScroll": false,
"closeMenuOnSelect": true,
"components": Object {},
"controlShouldRenderValue": true,
"escapeClearsValue": false,
"filterOption": [Function],
"formatGroupLabel": [Function],
"getOptionLabel": [Function],
"getOptionValue": [Function],
"inputValue": "text",
"isDisabled": false,
"isLoading": false,
"isMulti": false,
"isOptionDisabled": [Function],
"isRtl": false,
"isSearchable": true,
"loadingMessage": [Function],
"maxMenuHeight": 300,
"menuIsOpen": true,
"menuPlacement": "bottom",
"menuPosition": "absolute",
"menuShouldBlockScroll": false,
"menuShouldScrollIntoView": true,
"minMenuHeight": 140,
"noOptionsMessage": [Function],
"onChange": [Function],
"onInputChange": [Function],
"onMenuClose": [Function],
"onMenuOpen": [Function],
"openMenuOnClick": true,
"openMenuOnFocus": false,
"options": Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
],
"pageSize": 5,
"placeholder": "Select...",
"screenReaderStatus": [Function],
"styles": Object {
"container": [Function],
"control": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
"theme": [Function],
"value": null,
}
}
setValue={[Function]}
theme={
Object {
"borderRadius": 0,
"colors": Object {
"danger": undefined,
"dangerLight": undefined,
"neutral0": undefined,
"neutral10": undefined,
"neutral20": undefined,
"neutral30": undefined,
"neutral40": undefined,
"neutral5": undefined,
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": undefined,
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": undefined,
"neutral90": "hsl(0, 0%, 10%)",
"primary": undefined,
"primary25": undefined,
"primary50": undefined,
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 2,
"controlHeight": 30,
"menuGutter": 8,
},
}
}
>
<EmotionCssPropInternal
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="Menu"
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
className=""
css={
Object {
"backgroundColor": undefined,
"borderRadius": 0,
"boxShadow": "0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)",
"boxSizing": "border-box",
"label": "menu",
"marginBottom": 8,
"marginTop": 8,
"position": "absolute",
"top": "100%",
"width": "100%",
"zIndex": 1,
}
}
onMouseDown={[Function]}
onMouseMove={[Function]}
>
<div
className=" css-1uhnaxp-menu"
onMouseDown={[Function]}
onMouseMove={[Function]}
>
<ScrollManager
captureEnabled={false}
lockEnabled={false}
>
<MenuList
clearValue={[Function]}
cx={[Function]}
getStyles={[Function]}
getValue={[Function]}
hasValue={false}
innerRef={[Function]}
isLoading={false}
isMulti={false}
isRtl={false}
maxHeight={300}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
selectOption={[Function]}
selectProps={
Object {
"aria-live": "polite",
"backspaceRemovesValue": true,
"blurInputOnSelect": true,
"captureMenuScroll": false,
"closeMenuOnScroll": false,
"closeMenuOnSelect": true,
"components": Object {},
"controlShouldRenderValue": true,
"escapeClearsValue": false,
"filterOption": [Function],
"formatGroupLabel": [Function],
"getOptionLabel": [Function],
"getOptionValue": [Function],
"inputValue": "text",
"isDisabled": false,
"isLoading": false,
"isMulti": false,
"isOptionDisabled": [Function],
"isRtl": false,
"isSearchable": true,
"loadingMessage": [Function],
"maxMenuHeight": 300,
"menuIsOpen": true,
"menuPlacement": "bottom",
"menuPosition": "absolute",
"menuShouldBlockScroll": false,
"menuShouldScrollIntoView": true,
"minMenuHeight": 140,
"noOptionsMessage": [Function],
"onChange": [Function],
"onInputChange": [Function],
"onMenuClose": [Function],
"onMenuOpen": [Function],
"openMenuOnClick": true,
"openMenuOnFocus": false,
"options": Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
],
"pageSize": 5,
"placeholder": "Select...",
"screenReaderStatus": [Function],
"styles": Object {
"container": [Function],
"control": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
"theme": [Function],
"value": null,
}
}
setValue={[Function]}
theme={
Object {
"borderRadius": 0,
"colors": Object {
"danger": undefined,
"dangerLight": undefined,
"neutral0": undefined,
"neutral10": undefined,
"neutral20": undefined,
"neutral30": undefined,
"neutral40": undefined,
"neutral5": undefined,
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": undefined,
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": undefined,
"neutral90": "hsl(0, 0%, 10%)",
"primary": undefined,
"primary25": undefined,
"primary50": undefined,
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 2,
"controlHeight": 30,
"menuGutter": 8,
},
}
}
>
<EmotionCssPropInternal
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="MenuList"
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
className=""
css={
Object {
"WebkitOverflowScrolling": "touch",
"boxSizing": "border-box",
"maxHeight": 300,
"overflowY": "auto",
"paddingBottom": 2,
"paddingTop": 2,
"position": "relative",
}
}
>
<div
className=" css-87spde-MenuList"
>
<NoOptionsMessage
clearValue={[Function]}
cx={[Function]}
getStyles={[Function]}
getValue={[Function]}
hasValue={false}
isMulti={false}
isRtl={false}
options={
Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
]
}
selectOption={[Function]}
selectProps={
Object {
"aria-live": "polite",
"backspaceRemovesValue": true,
"blurInputOnSelect": true,
"captureMenuScroll": false,
"closeMenuOnScroll": false,
"closeMenuOnSelect": true,
"components": Object {},
"controlShouldRenderValue": true,
"escapeClearsValue": false,
"filterOption": [Function],
"formatGroupLabel": [Function],
"getOptionLabel": [Function],
"getOptionValue": [Function],
"inputValue": "text",
"isDisabled": false,
"isLoading": false,
"isMulti": false,
"isOptionDisabled": [Function],
"isRtl": false,
"isSearchable": true,
"loadingMessage": [Function],
"maxMenuHeight": 300,
"menuIsOpen": true,
"menuPlacement": "bottom",
"menuPosition": "absolute",
"menuShouldBlockScroll": false,
"menuShouldScrollIntoView": true,
"minMenuHeight": 140,
"noOptionsMessage": [Function],
"onChange": [Function],
"onInputChange": [Function],
"onMenuClose": [Function],
"onMenuOpen": [Function],
"openMenuOnClick": true,
"openMenuOnFocus": false,
"options": Array [
Object {
"label": "One",
"value": "one",
},
Object {
"label": "Two",
"value": "two",
},
Object {
"label": "One hundred",
"value": "hundred",
},
],
"pageSize": 5,
"placeholder": "Select...",
"screenReaderStatus": [Function],
"styles": Object {
"container": [Function],
"control": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
"theme": [Function],
"value": null,
}
}
setValue={[Function]}
theme={
Object {
"borderRadius": 0,
"colors": Object {
"danger": undefined,
"dangerLight": undefined,
"neutral0": undefined,
"neutral10": undefined,
"neutral20": undefined,
"neutral30": undefined,
"neutral40": undefined,
"neutral5": undefined,
"neutral50": "hsl(0, 0%, 50%)",
"neutral60": undefined,
"neutral70": "hsl(0, 0%, 30%)",
"neutral80": undefined,
"neutral90": "hsl(0, 0%, 10%)",
"primary": undefined,
"primary25": undefined,
"primary50": undefined,
"primary75": "#4C9AFF",
},
"spacing": Object {
"baseUnit": 2,
"controlHeight": 30,
"menuGutter": 8,
},
}
}
>
<EmotionCssPropInternal
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="NoOptionsMessage"
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
className=""
css={
Object {
"boxSizing": "border-box",
"color": undefined,
"padding": "4px 6px",
"textAlign": "center",
}
}
>
<div
className=" css-36co7-NoOptionsMessage"
>
No options
</div>
</EmotionCssPropInternal>
</NoOptionsMessage>
</div>
</EmotionCssPropInternal>
</MenuList>
</ScrollManager>
</div>
</EmotionCssPropInternal>
</Menu>
</MenuPlacer>
</div>
</EmotionCssPropInternal>
</SelectContainer>
</Select>
</StateManager>
</Select>
</Component>
</WithTheme(Component)>
2019-01-03 16:00:55 +03:00
`;