2019-01-03 16:00:55 +03:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`Select renders correctly 1`] = `
|
|
|
|
<div
|
2021-09-25 05:58:39 +03:00
|
|
|
class=" css-18o3wl1-container"
|
2019-01-03 16:00:55 +03:00
|
|
|
>
|
2021-09-25 05:58:39 +03:00
|
|
|
<span
|
|
|
|
class="css-1f43avz-a11yText-A11yText"
|
|
|
|
id="react-select-2-live-region"
|
|
|
|
/>
|
2021-08-29 20:09:10 +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
|
2021-09-25 05:58:39 +03:00
|
|
|
class=" css-gdsksj-control"
|
2019-01-03 16:00:55 +03:00
|
|
|
>
|
|
|
|
<div
|
2021-09-25 05:58:39 +03:00
|
|
|
class=" css-1dzc0nd-ValueContainer"
|
2019-01-03 16:00:55 +03:00
|
|
|
>
|
|
|
|
<div
|
2021-09-25 05:58:39 +03:00
|
|
|
class=" css-du77wi-placeholder"
|
|
|
|
id="react-select-2-placeholder"
|
2019-01-03 16:00:55 +03:00
|
|
|
>
|
|
|
|
Select...
|
|
|
|
</div>
|
|
|
|
<div
|
2021-10-11 07:16:48 +03:00
|
|
|
class=" css-1qx78vi-Input"
|
2021-09-25 05:58:39 +03:00
|
|
|
data-value=""
|
2019-01-03 16:00:55 +03:00
|
|
|
>
|
2021-09-25 05:58:39 +03:00
|
|
|
<input
|
|
|
|
aria-autocomplete="list"
|
|
|
|
aria-controls="react-select-2-listbox"
|
|
|
|
aria-describedby="react-select-2-placeholder"
|
|
|
|
aria-expanded="false"
|
|
|
|
aria-haspopup="true"
|
|
|
|
aria-owns="react-select-2-listbox"
|
|
|
|
autocapitalize="none"
|
|
|
|
autocomplete="off"
|
|
|
|
autocorrect="off"
|
2020-09-04 07:10:24 +03:00
|
|
|
class=""
|
2021-09-25 05:58:39 +03:00
|
|
|
id="react-select-2-input"
|
|
|
|
role="combobox"
|
|
|
|
spellcheck="false"
|
|
|
|
style="label:input;color:inherit;background:0;opacity:1;width:100%;grid-area:1 / 2;font:inherit;min-width:2px;border:0;margin:0;outline:0;padding:0"
|
|
|
|
tabindex="0"
|
|
|
|
type="text"
|
|
|
|
value=""
|
|
|
|
/>
|
2019-01-03 16:00:55 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-09-04 07:10:24 +03:00
|
|
|
<div
|
|
|
|
class=" css-1hb7zxy-IndicatorsContainer"
|
2019-01-03 16:00:55 +03:00
|
|
|
>
|
|
|
|
<span
|
2020-09-20 02:24:18 +03:00
|
|
|
class=" css-1urf5ax-indicatorSeparator"
|
2019-01-03 16:00:55 +03:00
|
|
|
/>
|
2020-09-04 07:10:24 +03:00
|
|
|
<div
|
|
|
|
aria-hidden="true"
|
2020-09-20 02:24:18 +03:00
|
|
|
class=" css-aazq4s-indicatorContainer"
|
2020-09-04 07:10:24 +03:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
2021-08-29 20:09:10 +03:00
|
|
|
class="css-tj5bde-Svg"
|
2020-09-04 07:10:24 +03:00
|
|
|
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
|
2021-09-25 05:58:39 +03:00
|
|
|
class=" css-lk03f7-container"
|
2019-01-03 16:00:55 +03:00
|
|
|
>
|
2021-09-25 05:58:39 +03:00
|
|
|
<span
|
|
|
|
class="css-1f43avz-a11yText-A11yText"
|
|
|
|
id="react-select-3-live-region"
|
|
|
|
/>
|
2021-08-29 20:09:10 +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
|
2021-09-25 05:58:39 +03:00
|
|
|
class=" css-gdsksj-control"
|
2019-01-03 16:00:55 +03:00
|
|
|
>
|
|
|
|
<div
|
2020-09-20 02:24:18 +03:00
|
|
|
class=" css-be27w2-ValueContainer"
|
2019-01-03 16:00:55 +03:00
|
|
|
>
|
|
|
|
<div
|
2021-08-27 06:48:24 +03:00
|
|
|
class="css-168vvpw-multiValue"
|
2020-09-04 07:10:24 +03:00
|
|
|
>
|
|
|
|
<div
|
2021-08-27 06:48:24 +03:00
|
|
|
class="css-1m51f4l"
|
2020-09-04 07:10:24 +03:00
|
|
|
>
|
2021-06-07 07:54:05 +03:00
|
|
|
One
|
|
|
|
</div>
|
|
|
|
<div
|
2021-09-25 05:58:39 +03:00
|
|
|
aria-label="Remove One"
|
2021-08-27 06:48:24 +03:00
|
|
|
class="css-1to589f"
|
2021-09-25 05:58:39 +03:00
|
|
|
role="button"
|
2021-06-07 07:54:05 +03:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
2021-08-29 20:09:10 +03:00
|
|
|
class="css-tj5bde-Svg"
|
2021-06-07 07:54:05 +03:00
|
|
|
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>
|
2020-09-04 07:10:24 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
2021-06-07 07:54:05 +03:00
|
|
|
<input
|
|
|
|
aria-autocomplete="list"
|
2021-09-25 05:58:39 +03:00
|
|
|
aria-controls="react-select-3-listbox"
|
|
|
|
aria-expanded="false"
|
|
|
|
aria-haspopup="true"
|
|
|
|
aria-owns="react-select-3-listbox"
|
|
|
|
aria-readonly="true"
|
|
|
|
class="css-mohuvp-dummyInput-DummyInput"
|
2021-06-07 07:54:05 +03:00
|
|
|
disabled=""
|
|
|
|
id="react-select-3-input"
|
2021-09-25 05:58:39 +03:00
|
|
|
inputmode="none"
|
|
|
|
role="combobox"
|
2021-06-07 07:54:05 +03:00
|
|
|
tabindex="0"
|
|
|
|
value=""
|
|
|
|
/>
|
2019-01-03 16:00:55 +03:00
|
|
|
</div>
|
2020-09-04 07:10:24 +03:00
|
|
|
<div
|
|
|
|
class=" css-1hb7zxy-IndicatorsContainer"
|
2019-01-03 16:00:55 +03:00
|
|
|
>
|
2020-09-04 07:10:24 +03:00
|
|
|
<div
|
|
|
|
aria-hidden="true"
|
2020-09-20 02:24:18 +03:00
|
|
|
class=" css-1gilzap-loadingIndicator"
|
2020-09-04 07:10:24 +03:00
|
|
|
>
|
|
|
|
<span
|
2021-09-25 05:58:39 +03:00
|
|
|
class="css-1xtdfmb-LoadingDot"
|
2020-09-04 07:10:24 +03:00
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="css-zoievk-LoadingDot"
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="css-x748d8-LoadingDot"
|
|
|
|
/>
|
|
|
|
</div>
|
2019-01-03 16:00:55 +03:00
|
|
|
<span
|
2020-09-20 02:24:18 +03:00
|
|
|
class=" css-1urf5ax-indicatorSeparator"
|
2019-01-03 16:00:55 +03:00
|
|
|
/>
|
2020-09-04 07:10:24 +03:00
|
|
|
<div
|
|
|
|
aria-hidden="true"
|
2020-09-20 02:24:18 +03:00
|
|
|
class=" css-aazq4s-indicatorContainer"
|
2020-09-04 07:10:24 +03:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
2021-08-29 20:09:10 +03:00
|
|
|
class="css-tj5bde-Svg"
|
2020-09-04 07:10:24 +03:00
|
|
|
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`] = `
|
2020-09-20 02:24:18 +03:00
|
|
|
<WithTheme(Component)
|
2020-09-04 07:10:24 +03:00
|
|
|
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",
|
|
|
|
},
|
|
|
|
]
|
|
|
|
}
|
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<Component
|
2020-09-04 07:10:24 +03:00
|
|
|
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",
|
|
|
|
},
|
|
|
|
]
|
|
|
|
}
|
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<Select
|
2020-09-04 07:10:24 +03:00
|
|
|
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",
|
|
|
|
},
|
|
|
|
]
|
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
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
|
|
|
>
|
2021-09-25 05:58:39 +03:00
|
|
|
<ForwardRef
|
2020-09-20 02:24:18 +03:00
|
|
|
onInputChange={
|
|
|
|
[MockFunction] {
|
|
|
|
"calls": Array [
|
|
|
|
Array [
|
|
|
|
"two",
|
|
|
|
Object {
|
|
|
|
"action": "input-change",
|
|
|
|
},
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"results": Array [
|
|
|
|
Object {
|
|
|
|
"type": "return",
|
|
|
|
"value": undefined,
|
|
|
|
},
|
|
|
|
],
|
|
|
|
}
|
|
|
|
}
|
2020-09-04 07:10:24 +03:00
|
|
|
options={
|
|
|
|
Array [
|
|
|
|
Object {
|
|
|
|
"label": "One",
|
|
|
|
"value": "one",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "Two",
|
|
|
|
"value": "two",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "One hundred",
|
|
|
|
"value": "hundred",
|
|
|
|
},
|
|
|
|
]
|
|
|
|
}
|
2021-06-06 23:42:40 +03:00
|
|
|
styles={
|
|
|
|
Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-06-06 23:42:40 +03:00
|
|
|
}
|
|
|
|
}
|
2020-09-04 07:10:24 +03:00
|
|
|
theme={[Function]}
|
2019-01-03 16:00:55 +03:00
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<Select
|
2021-08-29 20:09:10 +03:00
|
|
|
aria-live="polite"
|
2020-09-20 02:24:18 +03:00
|
|
|
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"
|
2020-09-04 07:10:24 +03:00
|
|
|
isDisabled={false}
|
2020-09-20 02:24:18 +03:00
|
|
|
isLoading={false}
|
2020-09-04 07:10:24 +03:00
|
|
|
isMulti={false}
|
2020-09-20 02:24:18 +03:00
|
|
|
isOptionDisabled={[Function]}
|
2020-09-04 07:10:24 +03:00
|
|
|
isRtl={false}
|
2020-09-20 02:24:18 +03:00
|
|
|
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}
|
2020-09-04 07:10:24 +03:00
|
|
|
options={
|
|
|
|
Array [
|
|
|
|
Object {
|
|
|
|
"label": "One",
|
|
|
|
"value": "one",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "Two",
|
|
|
|
"value": "two",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "One hundred",
|
|
|
|
"value": "hundred",
|
|
|
|
},
|
|
|
|
]
|
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
pageSize={5}
|
|
|
|
placeholder="Select..."
|
|
|
|
screenReaderStatus={[Function]}
|
2021-06-06 23:42:40 +03:00
|
|
|
styles={
|
|
|
|
Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-06-06 23:42:40 +03:00
|
|
|
}
|
|
|
|
}
|
2021-09-25 05:58:39 +03:00
|
|
|
tabIndex={0}
|
2020-09-20 02:24:18 +03:00
|
|
|
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 [
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
|
|
|
"label": "One",
|
|
|
|
"value": "one",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "Two",
|
|
|
|
"value": "two",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "One hundred",
|
|
|
|
"value": "hundred",
|
|
|
|
},
|
2020-09-20 02:24:18 +03:00
|
|
|
]
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
selectOption={[Function]}
|
|
|
|
selectProps={
|
|
|
|
Object {
|
2021-08-29 20:09:10 +03:00
|
|
|
"aria-live": "polite",
|
2020-09-20 02:24:18 +03:00
|
|
|
"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],
|
2021-06-06 23:42:40 +03:00
|
|
|
"styles": Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-06-06 23:42:40 +03:00
|
|
|
},
|
2021-09-25 05:58:39 +03:00
|
|
|
"tabIndex": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"tabSelectsValue": true,
|
|
|
|
"theme": [Function],
|
|
|
|
"value": null,
|
|
|
|
}
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
setValue={[Function]}
|
|
|
|
theme={
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2021-08-27 06:48:24 +03:00
|
|
|
"borderRadius": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"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,
|
|
|
|
},
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
|
|
|
}
|
2019-01-03 16:00:55 +03:00
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<EmotionCssPropInternal
|
|
|
|
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="SelectContainer"
|
|
|
|
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
|
|
|
|
className=""
|
|
|
|
css={
|
|
|
|
Object {
|
|
|
|
"boxSizing": "border-box",
|
2021-09-25 05:58:39 +03:00
|
|
|
"direction": undefined,
|
2021-06-06 23:42:40 +03:00
|
|
|
"flexGrow": 1,
|
2020-09-20 02:24:18 +03:00
|
|
|
"label": "container",
|
2021-09-25 05:58:39 +03:00
|
|
|
"pointerEvents": undefined,
|
2020-09-20 02:24:18 +03:00
|
|
|
"position": "relative",
|
|
|
|
}
|
|
|
|
}
|
2020-09-04 07:10:24 +03:00
|
|
|
onKeyDown={[Function]}
|
2019-01-03 16:00:55 +03:00
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<div
|
2021-09-25 05:58:39 +03:00
|
|
|
className=" css-18o3wl1-container"
|
2020-09-20 02:24:18 +03:00
|
|
|
onKeyDown={[Function]}
|
|
|
|
>
|
2021-08-29 20:09:10 +03:00
|
|
|
<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}
|
2021-09-25 05:58:39 +03:00
|
|
|
id="react-select-4-live-region"
|
2021-08-29 20:09:10 +03:00
|
|
|
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],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-08-29 20:09:10 +03:00
|
|
|
},
|
2021-09-25 05:58:39 +03:00
|
|
|
"tabIndex": 0,
|
2021-08-29 20:09:10 +03:00
|
|
|
"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,
|
|
|
|
},
|
|
|
|
}
|
|
|
|
}
|
|
|
|
>
|
2021-09-25 05:58:39 +03:00
|
|
|
<A11yText
|
|
|
|
id="react-select-4-live-region"
|
|
|
|
>
|
|
|
|
<EmotionCssPropInternal
|
|
|
|
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="A11yText"
|
|
|
|
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="span"
|
|
|
|
css={
|
|
|
|
Object {
|
|
|
|
"map": "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkExMXlUZXh0LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFNSSIsImZpbGUiOiJBMTF5VGV4dC50c3giLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGpzeCBqc3ggKi9cbmltcG9ydCB7IGpzeCB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuLy8gQXNzaXN0aXZlIHRleHQgdG8gZGVzY3JpYmUgdmlzdWFsIGVsZW1lbnRzLiBIaWRkZW4gZm9yIHNpZ2h0ZWQgdXNlcnMuXG5jb25zdCBBMTF5VGV4dCA9IChwcm9wczogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ10pID0+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],
|
|
|
|
}
|
|
|
|
}
|
|
|
|
id="react-select-4-live-region"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
className="css-1f43avz-a11yText-A11yText"
|
|
|
|
id="react-select-4-live-region"
|
|
|
|
/>
|
|
|
|
</EmotionCssPropInternal>
|
|
|
|
</A11yText>
|
2021-08-29 20:09:10 +03:00
|
|
|
<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 {
|
2021-09-25 05:58:39 +03:00
|
|
|
"map": "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkExMXlUZXh0LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFNSSIsImZpbGUiOiJBMTF5VGV4dC50c3giLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGpzeCBqc3ggKi9cbmltcG9ydCB7IGpzeCB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuLy8gQXNzaXN0aXZlIHRleHQgdG8gZGVzY3JpYmUgdmlzdWFsIGVsZW1lbnRzLiBIaWRkZW4gZm9yIHNpZ2h0ZWQgdXNlcnMuXG5jb25zdCBBMTF5VGV4dCA9IChwcm9wczogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ10pID0+IChcbiAgPHNwYW5cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAnYTExeVRleHQnLFxuICAgICAgekluZGV4OiA5OTk5LFxuICAgICAgYm9yZGVyOiAwLFxuICAgICAgY2xpcDogJ3JlY3QoMXB4LCAxcHgsIDFweCwgMXB4KScsXG4gICAgICBoZWlnaHQ6IDEsXG4gICAgICB3aWR0aDogMSxcbiAgICAgIHBvc2l0aW9uOiAnYWJzb2x1dGUnLFxuICAgICAgb3ZlcmZsb3c6ICdoaWRkZW4nLFxuICAgICAgcGFkZGluZzogMCxcbiAgICAgIHdoaXRlU3BhY2U6ICdub3dyYXAnLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IGRlZmF1bHQgQTExeVRleHQ7XG4iXX0= */",
|
2021-08-29 20:09:10 +03:00
|
|
|
"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>
|
2020-09-20 02:24:18 +03:00
|
|
|
<Control
|
|
|
|
clearValue={[Function]}
|
|
|
|
cx={[Function]}
|
|
|
|
getStyles={[Function]}
|
|
|
|
getValue={[Function]}
|
|
|
|
hasValue={false}
|
|
|
|
innerProps={
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2020-09-20 02:24:18 +03:00
|
|
|
"onMouseDown": [Function],
|
|
|
|
"onTouchEnd": [Function],
|
|
|
|
}
|
|
|
|
}
|
|
|
|
innerRef={[Function]}
|
|
|
|
isDisabled={false}
|
|
|
|
isFocused={false}
|
|
|
|
isMulti={false}
|
|
|
|
isRtl={false}
|
|
|
|
menuIsOpen={true}
|
|
|
|
options={
|
|
|
|
Array [
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
|
|
|
"label": "One",
|
|
|
|
"value": "one",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "Two",
|
|
|
|
"value": "two",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "One hundred",
|
|
|
|
"value": "hundred",
|
|
|
|
},
|
2020-09-20 02:24:18 +03:00
|
|
|
]
|
2019-01-03 16:00:55 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
selectOption={[Function]}
|
|
|
|
selectProps={
|
|
|
|
Object {
|
2021-08-29 20:09:10 +03:00
|
|
|
"aria-live": "polite",
|
2020-09-20 02:24:18 +03:00
|
|
|
"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],
|
2021-06-06 23:42:40 +03:00
|
|
|
"styles": Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-06-06 23:42:40 +03:00
|
|
|
},
|
2021-09-25 05:58:39 +03:00
|
|
|
"tabIndex": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"tabSelectsValue": true,
|
|
|
|
"theme": [Function],
|
|
|
|
"value": null,
|
|
|
|
}
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
setValue={[Function]}
|
|
|
|
theme={
|
2019-01-03 16:00:55 +03:00
|
|
|
Object {
|
2021-08-27 06:48:24 +03:00
|
|
|
"borderRadius": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<EmotionCssPropInternal
|
|
|
|
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="Control"
|
|
|
|
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
|
|
|
|
className=""
|
|
|
|
css={
|
|
|
|
Object {
|
|
|
|
"&:hover": Object {
|
2021-08-27 06:48:24 +03:00
|
|
|
"backgroundColor": undefined,
|
2020-09-20 02:24:18 +03:00
|
|
|
"borderColor": undefined,
|
|
|
|
},
|
|
|
|
"alignItems": "center",
|
|
|
|
"backgroundColor": undefined,
|
|
|
|
"borderColor": undefined,
|
2021-08-27 06:48:24 +03:00
|
|
|
"borderRadius": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"borderStyle": "solid",
|
|
|
|
"borderWidth": 1,
|
2021-09-25 05:58:39 +03:00
|
|
|
"boxShadow": undefined,
|
2020-09-20 02:24:18 +03:00
|
|
|
"boxSizing": "border-box",
|
|
|
|
"cursor": "default",
|
|
|
|
"display": "flex",
|
|
|
|
"flexWrap": "wrap",
|
|
|
|
"justifyContent": "space-between",
|
|
|
|
"label": "control",
|
|
|
|
"minHeight": 30,
|
|
|
|
"outline": "0 !important",
|
|
|
|
"position": "relative",
|
|
|
|
"transition": "all 100ms",
|
|
|
|
}
|
|
|
|
}
|
2020-09-04 07:10:24 +03:00
|
|
|
onMouseDown={[Function]}
|
|
|
|
onTouchEnd={[Function]}
|
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<div
|
2021-09-25 05:58:39 +03:00
|
|
|
className=" css-gdsksj-control"
|
2020-09-20 02:24:18 +03:00
|
|
|
onMouseDown={[Function]}
|
|
|
|
onTouchEnd={[Function]}
|
|
|
|
>
|
|
|
|
<ValueContainer
|
|
|
|
clearValue={[Function]}
|
|
|
|
cx={[Function]}
|
|
|
|
getStyles={[Function]}
|
|
|
|
getValue={[Function]}
|
|
|
|
hasValue={false}
|
|
|
|
isDisabled={false}
|
|
|
|
isMulti={false}
|
|
|
|
isRtl={false}
|
|
|
|
options={
|
|
|
|
Array [
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
|
|
|
"label": "One",
|
|
|
|
"value": "one",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "Two",
|
|
|
|
"value": "two",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "One hundred",
|
|
|
|
"value": "hundred",
|
|
|
|
},
|
2020-09-20 02:24:18 +03:00
|
|
|
]
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
selectOption={[Function]}
|
|
|
|
selectProps={
|
|
|
|
Object {
|
2021-08-29 20:09:10 +03:00
|
|
|
"aria-live": "polite",
|
2020-09-20 02:24:18 +03:00
|
|
|
"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],
|
2021-06-06 23:42:40 +03:00
|
|
|
"styles": Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-06-06 23:42:40 +03:00
|
|
|
},
|
2021-09-25 05:58:39 +03:00
|
|
|
"tabIndex": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"tabSelectsValue": true,
|
|
|
|
"theme": [Function],
|
|
|
|
"value": null,
|
|
|
|
}
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
setValue={[Function]}
|
|
|
|
theme={
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2021-08-27 06:48:24 +03:00
|
|
|
"borderRadius": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"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,
|
|
|
|
},
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<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",
|
2021-09-25 05:58:39 +03:00
|
|
|
"display": "grid",
|
2020-09-20 02:24:18 +03:00
|
|
|
"flex": 1,
|
|
|
|
"flexWrap": "wrap",
|
|
|
|
"overflow": "hidden",
|
|
|
|
"padding": "1px 4px",
|
|
|
|
"position": "relative",
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
}
|
|
|
|
>
|
|
|
|
<div
|
2021-09-25 05:58:39 +03:00
|
|
|
className=" css-1dzc0nd-ValueContainer"
|
2020-09-04 07:10:24 +03:00
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<Input
|
|
|
|
aria-autocomplete="list"
|
2021-09-25 05:58:39 +03:00
|
|
|
aria-controls="react-select-4-listbox"
|
|
|
|
aria-describedby="react-select-4-placeholder"
|
|
|
|
aria-expanded={true}
|
|
|
|
aria-haspopup={true}
|
|
|
|
aria-owns="react-select-4-listbox"
|
2020-09-20 02:24:18 +03:00
|
|
|
autoCapitalize="none"
|
|
|
|
autoComplete="off"
|
|
|
|
autoCorrect="off"
|
2021-08-29 20:09:10 +03:00
|
|
|
clearValue={[Function]}
|
2020-09-20 02:24:18 +03:00
|
|
|
cx={[Function]}
|
|
|
|
getStyles={[Function]}
|
2021-08-29 20:09:10 +03:00
|
|
|
getValue={[Function]}
|
|
|
|
hasValue={false}
|
2020-09-20 02:24:18 +03:00
|
|
|
id="react-select-4-input"
|
|
|
|
innerRef={[Function]}
|
|
|
|
isDisabled={false}
|
|
|
|
isHidden={false}
|
2021-08-29 20:09:10 +03:00
|
|
|
isMulti={false}
|
|
|
|
isRtl={false}
|
2020-09-20 02:24:18 +03:00
|
|
|
onBlur={[Function]}
|
|
|
|
onChange={[Function]}
|
|
|
|
onFocus={[Function]}
|
2021-08-29 20:09:10 +03:00
|
|
|
options={
|
|
|
|
Array [
|
|
|
|
Object {
|
|
|
|
"label": "One",
|
|
|
|
"value": "one",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "Two",
|
|
|
|
"value": "two",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "One hundred",
|
|
|
|
"value": "hundred",
|
|
|
|
},
|
|
|
|
]
|
|
|
|
}
|
2021-09-25 05:58:39 +03:00
|
|
|
role="combobox"
|
2021-08-29 20:09:10 +03:00
|
|
|
selectOption={[Function]}
|
2020-09-20 02:24:18 +03:00
|
|
|
selectProps={
|
|
|
|
Object {
|
2021-08-29 20:09:10 +03:00
|
|
|
"aria-live": "polite",
|
2020-09-20 02:24:18 +03:00
|
|
|
"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],
|
2021-06-06 23:42:40 +03:00
|
|
|
"styles": Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-06-06 23:42:40 +03:00
|
|
|
},
|
2021-09-25 05:58:39 +03:00
|
|
|
"tabIndex": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"tabSelectsValue": true,
|
|
|
|
"theme": [Function],
|
|
|
|
"value": null,
|
|
|
|
}
|
|
|
|
}
|
2021-08-29 20:09:10 +03:00
|
|
|
setValue={[Function]}
|
2020-09-20 02:24:18 +03:00
|
|
|
spellCheck="false"
|
2021-09-25 05:58:39 +03:00
|
|
|
tabIndex={0}
|
2020-09-20 02:24:18 +03:00
|
|
|
theme={
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2021-08-27 06:48:24 +03:00
|
|
|
"borderRadius": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"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,
|
|
|
|
},
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
type="text"
|
|
|
|
value="two"
|
2020-09-04 07:10:24 +03:00
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<EmotionCssPropInternal
|
|
|
|
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="Input"
|
|
|
|
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
|
2021-09-25 05:58:39 +03:00
|
|
|
className=""
|
2020-09-20 02:24:18 +03:00
|
|
|
css={
|
|
|
|
Object {
|
2021-09-25 05:58:39 +03:00
|
|
|
"&:after": Object {
|
|
|
|
"border": 0,
|
|
|
|
"content": "attr(data-value) \\" \\"",
|
|
|
|
"font": "inherit",
|
|
|
|
"gridArea": "1 / 2",
|
|
|
|
"margin": 0,
|
|
|
|
"minWidth": "2px",
|
|
|
|
"outline": 0,
|
|
|
|
"padding": 0,
|
|
|
|
"visibility": "hidden",
|
2021-10-11 07:16:48 +03:00
|
|
|
"whiteSpace": "pre",
|
2021-09-25 05:58:39 +03:00
|
|
|
},
|
2020-09-20 02:24:18 +03:00
|
|
|
"boxSizing": "border-box",
|
|
|
|
"color": undefined,
|
2021-09-25 05:58:39 +03:00
|
|
|
"display": "inline-grid",
|
|
|
|
"flex": "1 1 auto",
|
|
|
|
"gridArea": "1 / 1 / 2 / 3",
|
|
|
|
"gridTemplateColumns": "0 min-content",
|
2020-09-20 02:24:18 +03:00
|
|
|
"margin": 1,
|
|
|
|
"paddingBottom": 1,
|
|
|
|
"paddingTop": 1,
|
|
|
|
"visibility": "visible",
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
}
|
2021-09-25 05:58:39 +03:00
|
|
|
data-value="two"
|
2020-09-20 02:24:18 +03:00
|
|
|
>
|
|
|
|
<div
|
2021-10-11 07:16:48 +03:00
|
|
|
className=" css-1qx78vi-Input"
|
2021-09-25 05:58:39 +03:00
|
|
|
data-value="two"
|
2020-09-04 07:10:24 +03:00
|
|
|
>
|
2021-09-25 05:58:39 +03:00
|
|
|
<input
|
2020-09-20 02:24:18 +03:00
|
|
|
aria-autocomplete="list"
|
2021-09-25 05:58:39 +03:00
|
|
|
aria-controls="react-select-4-listbox"
|
|
|
|
aria-describedby="react-select-4-placeholder"
|
|
|
|
aria-expanded={true}
|
|
|
|
aria-haspopup={true}
|
|
|
|
aria-owns="react-select-4-listbox"
|
2020-09-20 02:24:18 +03:00
|
|
|
autoCapitalize="none"
|
|
|
|
autoComplete="off"
|
|
|
|
autoCorrect="off"
|
2020-09-04 07:10:24 +03:00
|
|
|
className=""
|
2020-09-20 02:24:18 +03:00
|
|
|
disabled={false}
|
|
|
|
id="react-select-4-input"
|
2021-09-25 05:58:39 +03:00
|
|
|
onBlur={[Function]}
|
|
|
|
onChange={[Function]}
|
|
|
|
onFocus={[Function]}
|
|
|
|
role="combobox"
|
|
|
|
spellCheck="false"
|
|
|
|
style={
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2020-09-20 02:24:18 +03:00
|
|
|
"background": 0,
|
|
|
|
"border": 0,
|
|
|
|
"color": "inherit",
|
2021-09-25 05:58:39 +03:00
|
|
|
"font": "inherit",
|
|
|
|
"gridArea": "1 / 2",
|
2020-09-20 02:24:18 +03:00
|
|
|
"label": "input",
|
2021-09-25 05:58:39 +03:00
|
|
|
"margin": 0,
|
|
|
|
"minWidth": "2px",
|
2020-09-20 02:24:18 +03:00
|
|
|
"opacity": 1,
|
|
|
|
"outline": 0,
|
|
|
|
"padding": 0,
|
2021-09-25 05:58:39 +03:00
|
|
|
"width": "100%",
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
|
|
|
}
|
2021-09-25 05:58:39 +03:00
|
|
|
tabIndex={0}
|
2020-09-20 02:24:18 +03:00
|
|
|
type="text"
|
|
|
|
value="two"
|
2021-09-25 05:58:39 +03:00
|
|
|
/>
|
2020-09-20 02:24:18 +03:00
|
|
|
</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 [
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
|
|
|
"label": "One",
|
|
|
|
"value": "one",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "Two",
|
|
|
|
"value": "two",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "One hundred",
|
|
|
|
"value": "hundred",
|
|
|
|
},
|
2020-09-20 02:24:18 +03:00
|
|
|
]
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
selectOption={[Function]}
|
|
|
|
selectProps={
|
|
|
|
Object {
|
2021-08-29 20:09:10 +03:00
|
|
|
"aria-live": "polite",
|
2020-09-20 02:24:18 +03:00
|
|
|
"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],
|
2021-06-06 23:42:40 +03:00
|
|
|
"styles": Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-06-06 23:42:40 +03:00
|
|
|
},
|
2021-09-25 05:58:39 +03:00
|
|
|
"tabIndex": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"tabSelectsValue": true,
|
|
|
|
"theme": [Function],
|
|
|
|
"value": null,
|
|
|
|
}
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
setValue={[Function]}
|
|
|
|
theme={
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2021-08-27 06:48:24 +03:00
|
|
|
"borderRadius": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"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,
|
|
|
|
},
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<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,
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
}
|
|
|
|
>
|
|
|
|
<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 [
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
|
|
|
"label": "One",
|
|
|
|
"value": "one",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "Two",
|
|
|
|
"value": "two",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "One hundred",
|
|
|
|
"value": "hundred",
|
|
|
|
},
|
2020-09-20 02:24:18 +03:00
|
|
|
]
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
selectOption={[Function]}
|
|
|
|
selectProps={
|
|
|
|
Object {
|
2021-08-29 20:09:10 +03:00
|
|
|
"aria-live": "polite",
|
2020-09-20 02:24:18 +03:00
|
|
|
"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],
|
2021-06-06 23:42:40 +03:00
|
|
|
"styles": Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-06-06 23:42:40 +03:00
|
|
|
},
|
2021-09-25 05:58:39 +03:00
|
|
|
"tabIndex": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"tabSelectsValue": true,
|
|
|
|
"theme": [Function],
|
|
|
|
"value": null,
|
|
|
|
}
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
setValue={[Function]}
|
|
|
|
theme={
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2021-08-27 06:48:24 +03:00
|
|
|
"borderRadius": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"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,
|
|
|
|
},
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<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={
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2020-09-20 02:24:18 +03:00
|
|
|
"aria-hidden": "true",
|
|
|
|
"onMouseDown": [Function],
|
|
|
|
"onTouchEnd": [Function],
|
|
|
|
}
|
|
|
|
}
|
|
|
|
isDisabled={false}
|
|
|
|
isFocused={false}
|
|
|
|
isMulti={false}
|
|
|
|
isRtl={false}
|
|
|
|
options={
|
|
|
|
Array [
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
|
|
|
"label": "One",
|
|
|
|
"value": "one",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "Two",
|
|
|
|
"value": "two",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "One hundred",
|
|
|
|
"value": "hundred",
|
|
|
|
},
|
2020-09-20 02:24:18 +03:00
|
|
|
]
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
selectOption={[Function]}
|
|
|
|
selectProps={
|
|
|
|
Object {
|
2021-08-29 20:09:10 +03:00
|
|
|
"aria-live": "polite",
|
2020-09-20 02:24:18 +03:00
|
|
|
"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],
|
2021-06-06 23:42:40 +03:00
|
|
|
"styles": Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-06-06 23:42:40 +03:00
|
|
|
},
|
2021-09-25 05:58:39 +03:00
|
|
|
"tabIndex": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"tabSelectsValue": true,
|
|
|
|
"theme": [Function],
|
|
|
|
"value": null,
|
|
|
|
}
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
setValue={[Function]}
|
|
|
|
theme={
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2021-08-27 06:48:24 +03:00
|
|
|
"borderRadius": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"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,
|
2020-09-04 07:10:24 +03:00
|
|
|
},
|
|
|
|
}
|
|
|
|
}
|
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<EmotionCssPropInternal
|
|
|
|
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="DropdownIndicator"
|
|
|
|
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
|
2020-09-04 07:10:24 +03:00
|
|
|
aria-hidden="true"
|
2020-09-20 02:24:18 +03:00
|
|
|
className=""
|
|
|
|
css={
|
|
|
|
Object {
|
|
|
|
":hover": Object {
|
|
|
|
"color": undefined,
|
|
|
|
},
|
|
|
|
"boxSizing": "border-box",
|
|
|
|
"color": undefined,
|
|
|
|
"display": "flex",
|
|
|
|
"label": "indicatorContainer",
|
|
|
|
"padding": 4,
|
|
|
|
"transition": "color 150ms",
|
|
|
|
}
|
|
|
|
}
|
2020-09-04 07:10:24 +03:00
|
|
|
onMouseDown={[Function]}
|
|
|
|
onTouchEnd={[Function]}
|
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<div
|
|
|
|
aria-hidden="true"
|
|
|
|
className=" css-aazq4s-indicatorContainer"
|
|
|
|
onMouseDown={[Function]}
|
|
|
|
onTouchEnd={[Function]}
|
|
|
|
>
|
|
|
|
<DownChevron>
|
|
|
|
<Svg
|
|
|
|
size={20}
|
2020-09-04 07:10:24 +03:00
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<EmotionCssPropInternal
|
|
|
|
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="Svg"
|
|
|
|
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="svg"
|
2020-09-04 07:10:24 +03:00
|
|
|
aria-hidden="true"
|
2020-09-20 02:24:18 +03:00
|
|
|
css={
|
|
|
|
Object {
|
2021-09-25 05:58:39 +03:00
|
|
|
"map": "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXdCSSIsImZpbGUiOiJpbmRpY2F0b3JzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgUmVhY3ROb2RlIH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0IHsganN4LCBrZXlmcmFtZXMgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7XG4gIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lLFxuICBDU1NPYmplY3RXaXRoTGFiZWwsXG4gIEdyb3VwQmFzZSxcbn0gZnJvbSAnLi4vdHlwZXMnO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgSWNvbnNcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBTdmcgPSAoe1xuICBzaXplLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzdmcnXSAmIHsgc2l6ZTogbnVtYmVyIH0pID0+IChcbiAgPHN2Z1xuICAgIGhlaWdodD17c2l6ZX1cbiAgICB3aWR0aD17c2l6ZX1cbiAgICB2aWV3Qm94PVwiMCAwIDIwIDIwXCJcbiAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICBjc3M9e3tcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgZmlsbDogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBsaW5lSGVpZ2h0OiAxLFxuICAgICAgc3Ryb2tlOiAnY3VycmVudENvbG9yJyxcbiAgICAgIHN0cm9rZVdpZHRoOiAwLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IHR5cGUgQ3Jvc3NJY29uUHJvcHMgPSBKU1guSW50cmluc2ljRWxlbWVudHNbJ3N2ZyddICYgeyBzaXplPzogbnVtYmVyIH07XG5leHBvcnQgY29uc3QgQ3Jvc3NJY29uID0gKHByb3BzOiBDcm9zc0ljb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNMTQuMzQ4IDE0Ljg0OWMtMC40NjkgMC40NjktMS4yMjkgMC40NjktMS42OTcgMGwtMi42NTEtMy4wMzAtMi42NTEgMy4wMjljLTAuNDY5IDAuNDY5LTEuMjI5IDAuNDY5LTEuNjk3IDAtMC40NjktMC40NjktMC40NjktMS4yMjkgMC0xLjY5N2wyLjc1OC0zLjE1LTIuNzU5LTMuMTUyYy0wLjQ2OS0wLjQ2OS0wLjQ2OS0xLjIyOCAwLTEuNjk3czEuMjI4LTAuNDY5IDEuNjk3IDBsMi42NTIgMy4wMzEgMi42NTEtMy4wMzFjMC40NjktMC40NjkgMS4yMjgtMC40NjkgMS42OTcgMHMwLjQ2OSAxLjIyOSAwIDEuNjk3bC0yLjc1OCAzLjE1MiAyLjc1OCAzLjE1YzAuNDY5IDAuNDY5IDAuNDY5IDEuMjI5IDAgMS42OTh6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuZXhwb3J0IHR5cGUgRG93bkNoZXZyb25Qcm9wcyA9IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3ZnJ10gJiB7IHNpemU/OiBudW1iZXIgfTtcbmV4cG9ydCBjb25zdCBEb3duQ2hldnJvbiA9IChwcm9wczogRG93bkNoZXZyb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNNC41MTYgNy41NDhjMC40MzYtMC40NDYgMS4wNDMtMC40ODEgMS41NzYgMGwzLjkwOCAzLjc0NyAzLjkwOC0zLjc0N2MwLjUzMy0wLjQ4MSAxLjE0MS0wLjQ0NiAxLjU3NCAwIDAuNDM2IDAuNDQ1IDAuNDA4IDEuMTk3IDAgMS42MTUtMC40MDYgMC40MTgtNC42OTUgNC41MDItNC42OTUgNC41MDItMC4yMTcgMC4yMjMtMC41MDIgMC4zMzUtMC43ODcgMC4zMzVzLTAuNTctMC4xMTItMC43ODktMC4zMzVjMCAwLTQuMjg3LTQuMDg0LTQuNjk1LTQuNTAycy0wLjQzNi0xLjE3IDAtMS42MTV6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgQnV0dG9uc1xuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmV4cG9ydCBpbnRlcmZhY2UgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIC8qKiBUaGUgY2hpbGRyZW4gdG8gYmUgcmVuZGVyZWQgaW5zaWRlIHRoZSBpbmRpY2F0b3IuICovXG4gIGNoaWxkcmVuPzogUmVhY3ROb2RlO1xuICAvKiogUHJvcHMgdGhhdCB3aWxsIGJlIHBhc3NlZCBvbiB0byB0aGUgY2hpbGRyZW4uICovXG4gIGlubmVyUHJvcHM6IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snZGl2J107XG4gIC8qKiBUaGUgZm9jdXNlZCBzdGF0ZSBvZiB0aGUgc2VsZWN0LiAqL1xuICBpc0ZvY3VzZWQ6IGJvb2xlYW47XG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XG59XG5cbmNvbnN0IGJhc2VDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oe1xuICBpc0ZvY3VzZWQsXG4gIHRoZW1lOiB7XG4gICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgIGNvbG9ycyxcbiAgfSxcbn06XG4gIHwgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuICB8IENsZWFySW5kaWNhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdpbmRpY2F0b3JDb250YWluZXInLFxuICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw2MCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gIGRpc3BsYXk6ICdmbGV4JyxcbiAgcGFkZGluZzogYmFzZVVuaXQgKiAyLFxuICB0cmFuc2l0aW9uOiAnY29sb3IgMTUwbXMnLFxuXG4gICc6aG92ZXInOiB7XG4gICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsODAgOiBjb2xvcnM
|
2021-08-29 20:09:10 +03:00
|
|
|
"name": "tj5bde-Svg",
|
|
|
|
"styles": "display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;label:Svg;",
|
2021-06-19 04:47:26 +03:00
|
|
|
"toString": [Function],
|
2020-09-20 02:24:18 +03:00
|
|
|
}
|
|
|
|
}
|
2020-09-04 07:10:24 +03:00
|
|
|
focusable="false"
|
|
|
|
height={20}
|
|
|
|
viewBox="0 0 20 20"
|
|
|
|
width={20}
|
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
2021-08-29 20:09:10 +03:00
|
|
|
className="css-tj5bde-Svg"
|
2020-09-20 02:24:18 +03:00
|
|
|
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
|
2020-09-04 07:10:24 +03:00
|
|
|
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 {
|
2021-08-29 20:09:10 +03:00
|
|
|
"aria-live": "polite",
|
2020-09-04 07:10:24 +03:00
|
|
|
"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],
|
2021-06-06 23:42:40 +03:00
|
|
|
"styles": Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-06-06 23:42:40 +03:00
|
|
|
},
|
2021-09-25 05:58:39 +03:00
|
|
|
"tabIndex": 0,
|
2020-09-04 07:10:24 +03:00
|
|
|
"tabSelectsValue": true,
|
|
|
|
"theme": [Function],
|
|
|
|
"value": null,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
setValue={[Function]}
|
|
|
|
theme={
|
|
|
|
Object {
|
2021-08-27 06:48:24 +03:00
|
|
|
"borderRadius": 0,
|
2020-09-04 07:10:24 +03:00
|
|
|
"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 {
|
2020-09-20 02:24:18 +03:00
|
|
|
"baseUnit": 2,
|
|
|
|
"controlHeight": 30,
|
2020-09-04 07:10:24 +03:00
|
|
|
"menuGutter": 8,
|
|
|
|
},
|
|
|
|
}
|
|
|
|
}
|
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<Menu
|
|
|
|
clearValue={[Function]}
|
|
|
|
cx={[Function]}
|
|
|
|
getStyles={[Function]}
|
|
|
|
getValue={[Function]}
|
|
|
|
hasValue={false}
|
|
|
|
innerProps={
|
|
|
|
Object {
|
2021-09-25 05:58:39 +03:00
|
|
|
"id": "react-select-4-listbox",
|
2020-09-20 02:24:18 +03:00
|
|
|
"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 {
|
2021-08-29 20:09:10 +03:00
|
|
|
"aria-live": "polite",
|
2020-09-20 02:24:18 +03:00
|
|
|
"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],
|
2021-06-06 23:42:40 +03:00
|
|
|
"styles": Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-06-06 23:42:40 +03:00
|
|
|
},
|
2021-09-25 05:58:39 +03:00
|
|
|
"tabIndex": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"tabSelectsValue": true,
|
|
|
|
"theme": [Function],
|
|
|
|
"value": null,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
setValue={[Function]}
|
|
|
|
theme={
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2021-08-27 06:48:24 +03:00
|
|
|
"borderRadius": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"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,
|
|
|
|
},
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<EmotionCssPropInternal
|
|
|
|
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="Menu"
|
|
|
|
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
|
|
|
|
className=""
|
|
|
|
css={
|
|
|
|
Object {
|
|
|
|
"backgroundColor": undefined,
|
2021-08-27 06:48:24 +03:00
|
|
|
"borderRadius": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"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%",
|
2021-09-05 23:03:00 +03:00
|
|
|
"zIndex": 10,
|
2020-09-20 02:24:18 +03:00
|
|
|
}
|
|
|
|
}
|
2021-09-25 05:58:39 +03:00
|
|
|
id="react-select-4-listbox"
|
2020-09-04 07:10:24 +03:00
|
|
|
onMouseDown={[Function]}
|
|
|
|
onMouseMove={[Function]}
|
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<div
|
2021-09-05 23:03:00 +03:00
|
|
|
className=" css-17wpf85-menu"
|
2021-09-25 05:58:39 +03:00
|
|
|
id="react-select-4-listbox"
|
2020-09-20 02:24:18 +03:00
|
|
|
onMouseDown={[Function]}
|
|
|
|
onMouseMove={[Function]}
|
2020-09-04 07:10:24 +03:00
|
|
|
>
|
2021-08-29 20:09:10 +03:00
|
|
|
<ScrollManager
|
|
|
|
captureEnabled={false}
|
|
|
|
lockEnabled={false}
|
2020-09-04 07:10:24 +03:00
|
|
|
>
|
2021-08-29 20:09:10 +03:00
|
|
|
<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 [
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
|
|
|
"label": "One",
|
|
|
|
"value": "one",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "Two",
|
|
|
|
"value": "two",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "One hundred",
|
|
|
|
"value": "hundred",
|
|
|
|
},
|
2021-08-29 20:09:10 +03:00
|
|
|
],
|
|
|
|
"pageSize": 5,
|
|
|
|
"placeholder": "Select...",
|
|
|
|
"screenReaderStatus": [Function],
|
|
|
|
"styles": Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-08-29 20:09:10 +03:00
|
|
|
},
|
2021-09-25 05:58:39 +03:00
|
|
|
"tabIndex": 0,
|
2021-08-29 20:09:10 +03:00
|
|
|
"tabSelectsValue": true,
|
|
|
|
"theme": [Function],
|
|
|
|
"value": null,
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2021-08-29 20:09:10 +03:00
|
|
|
}
|
|
|
|
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,
|
|
|
|
},
|
2020-09-20 02:24:18 +03:00
|
|
|
}
|
2021-08-29 20:09:10 +03:00
|
|
|
}
|
|
|
|
>
|
|
|
|
<EmotionCssPropInternal
|
|
|
|
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="MenuList"
|
|
|
|
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
|
|
|
|
className=""
|
|
|
|
css={
|
2020-09-20 02:24:18 +03:00
|
|
|
Object {
|
2021-08-29 20:09:10 +03:00
|
|
|
"WebkitOverflowScrolling": "touch",
|
|
|
|
"boxSizing": "border-box",
|
|
|
|
"maxHeight": 300,
|
|
|
|
"overflowY": "auto",
|
|
|
|
"paddingBottom": 2,
|
|
|
|
"paddingTop": 2,
|
|
|
|
"position": "relative",
|
2020-09-20 02:24:18 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
>
|
2021-08-29 20:09:10 +03:00
|
|
|
<div
|
|
|
|
className=" css-87spde-MenuList"
|
2020-09-20 02:24:18 +03:00
|
|
|
>
|
2021-08-29 20:09:10 +03:00
|
|
|
<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",
|
|
|
|
},
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
|
|
|
"label": "Two",
|
|
|
|
"value": "two",
|
2021-08-29 20:09:10 +03:00
|
|
|
},
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2021-08-29 20:09:10 +03:00
|
|
|
"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 [
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
|
|
|
"label": "One",
|
|
|
|
"value": "one",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "Two",
|
|
|
|
"value": "two",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "One hundred",
|
|
|
|
"value": "hundred",
|
|
|
|
},
|
2021-08-29 20:09:10 +03:00
|
|
|
],
|
|
|
|
"pageSize": 5,
|
|
|
|
"placeholder": "Select...",
|
|
|
|
"screenReaderStatus": [Function],
|
|
|
|
"styles": Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-08-29 20:09:10 +03:00
|
|
|
},
|
2021-09-25 05:58:39 +03:00
|
|
|
"tabIndex": 0,
|
2021-08-29 20:09:10 +03:00
|
|
|
"tabSelectsValue": true,
|
|
|
|
"theme": [Function],
|
|
|
|
"value": null,
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2021-08-29 20:09:10 +03:00
|
|
|
}
|
|
|
|
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,
|
|
|
|
},
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2021-08-29 20:09:10 +03:00
|
|
|
}
|
|
|
|
type="option"
|
|
|
|
value="two"
|
|
|
|
>
|
|
|
|
<EmotionCssPropInternal
|
|
|
|
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="Option"
|
|
|
|
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
|
2021-09-25 05:58:39 +03:00
|
|
|
aria-disabled={false}
|
2021-08-29 20:09:10 +03:00
|
|
|
className=""
|
|
|
|
css={
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2021-08-29 20:09:10 +03:00
|
|
|
":active": Object {
|
|
|
|
"backgroundColor": undefined,
|
2020-09-04 07:10:24 +03:00
|
|
|
},
|
2021-08-29 20:09:10 +03:00
|
|
|
"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%",
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
|
|
|
}
|
2021-08-29 20:09:10 +03:00
|
|
|
id="react-select-4-option-1"
|
|
|
|
onClick={[Function]}
|
|
|
|
onMouseMove={[Function]}
|
|
|
|
onMouseOver={[Function]}
|
|
|
|
tabIndex={-1}
|
2020-09-04 07:10:24 +03:00
|
|
|
>
|
2021-08-29 20:09:10 +03:00
|
|
|
<div
|
2021-09-25 05:58:39 +03:00
|
|
|
aria-disabled={false}
|
2021-08-29 20:09:10 +03:00
|
|
|
className=" css-1npzjqc-option"
|
2020-09-04 07:10:24 +03:00
|
|
|
id="react-select-4-option-1"
|
|
|
|
onClick={[Function]}
|
|
|
|
onMouseMove={[Function]}
|
|
|
|
onMouseOver={[Function]}
|
|
|
|
tabIndex={-1}
|
|
|
|
>
|
2021-08-29 20:09:10 +03:00
|
|
|
Two
|
|
|
|
</div>
|
|
|
|
</EmotionCssPropInternal>
|
|
|
|
</Option>
|
|
|
|
</div>
|
|
|
|
</EmotionCssPropInternal>
|
|
|
|
</MenuList>
|
|
|
|
</ScrollManager>
|
2020-09-20 02:24:18 +03:00
|
|
|
</div>
|
|
|
|
</EmotionCssPropInternal>
|
|
|
|
</Menu>
|
|
|
|
</MenuPlacer>
|
|
|
|
</div>
|
|
|
|
</EmotionCssPropInternal>
|
|
|
|
</SelectContainer>
|
|
|
|
</Select>
|
2021-09-25 05:58:39 +03:00
|
|
|
</ForwardRef>
|
2020-09-20 02:24:18 +03:00
|
|
|
</Select>
|
|
|
|
</Component>
|
|
|
|
</WithTheme(Component)>
|
2019-01-03 16:00:55 +03:00
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`Select shouldn't find any results 1`] = `
|
2020-09-20 02:24:18 +03:00
|
|
|
<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",
|
|
|
|
},
|
|
|
|
]
|
|
|
|
}
|
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<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",
|
|
|
|
},
|
|
|
|
]
|
|
|
|
}
|
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<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",
|
|
|
|
},
|
|
|
|
]
|
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
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
|
|
|
>
|
2021-09-25 05:58:39 +03:00
|
|
|
<ForwardRef
|
2020-09-20 02:24:18 +03:00
|
|
|
onChange={[MockFunction]}
|
2020-09-04 07:10:24 +03:00
|
|
|
options={
|
|
|
|
Array [
|
|
|
|
Object {
|
|
|
|
"label": "One",
|
|
|
|
"value": "one",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "Two",
|
|
|
|
"value": "two",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "One hundred",
|
|
|
|
"value": "hundred",
|
|
|
|
},
|
|
|
|
]
|
|
|
|
}
|
2021-06-06 23:42:40 +03:00
|
|
|
styles={
|
|
|
|
Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-06-06 23:42:40 +03:00
|
|
|
}
|
|
|
|
}
|
2020-09-04 07:10:24 +03:00
|
|
|
theme={[Function]}
|
2019-01-03 16:00:55 +03:00
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<Select
|
2021-08-29 20:09:10 +03:00
|
|
|
aria-live="polite"
|
2020-09-20 02:24:18 +03:00
|
|
|
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"
|
2020-09-04 07:10:24 +03:00
|
|
|
isDisabled={false}
|
2020-09-20 02:24:18 +03:00
|
|
|
isLoading={false}
|
2020-09-04 07:10:24 +03:00
|
|
|
isMulti={false}
|
2020-09-20 02:24:18 +03:00
|
|
|
isOptionDisabled={[Function]}
|
2020-09-04 07:10:24 +03:00
|
|
|
isRtl={false}
|
2020-09-20 02:24:18 +03:00
|
|
|
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}
|
2020-09-04 07:10:24 +03:00
|
|
|
options={
|
|
|
|
Array [
|
|
|
|
Object {
|
|
|
|
"label": "One",
|
|
|
|
"value": "one",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "Two",
|
|
|
|
"value": "two",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "One hundred",
|
|
|
|
"value": "hundred",
|
|
|
|
},
|
|
|
|
]
|
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
pageSize={5}
|
|
|
|
placeholder="Select..."
|
|
|
|
screenReaderStatus={[Function]}
|
2021-06-06 23:42:40 +03:00
|
|
|
styles={
|
|
|
|
Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-06-06 23:42:40 +03:00
|
|
|
}
|
|
|
|
}
|
2021-09-25 05:58:39 +03:00
|
|
|
tabIndex={0}
|
2020-09-20 02:24:18 +03:00
|
|
|
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 [
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
|
|
|
"label": "One",
|
|
|
|
"value": "one",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "Two",
|
|
|
|
"value": "two",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "One hundred",
|
|
|
|
"value": "hundred",
|
|
|
|
},
|
2020-09-20 02:24:18 +03:00
|
|
|
]
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
selectOption={[Function]}
|
|
|
|
selectProps={
|
|
|
|
Object {
|
2021-08-29 20:09:10 +03:00
|
|
|
"aria-live": "polite",
|
2020-09-20 02:24:18 +03:00
|
|
|
"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],
|
2021-06-06 23:42:40 +03:00
|
|
|
"styles": Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-06-06 23:42:40 +03:00
|
|
|
},
|
2021-09-25 05:58:39 +03:00
|
|
|
"tabIndex": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"tabSelectsValue": true,
|
|
|
|
"theme": [Function],
|
|
|
|
"value": null,
|
|
|
|
}
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
setValue={[Function]}
|
|
|
|
theme={
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2021-08-27 06:48:24 +03:00
|
|
|
"borderRadius": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"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,
|
|
|
|
},
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
|
|
|
}
|
2019-01-03 16:00:55 +03:00
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<EmotionCssPropInternal
|
|
|
|
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="SelectContainer"
|
|
|
|
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
|
|
|
|
className=""
|
|
|
|
css={
|
|
|
|
Object {
|
|
|
|
"boxSizing": "border-box",
|
2021-09-25 05:58:39 +03:00
|
|
|
"direction": undefined,
|
2021-06-06 23:42:40 +03:00
|
|
|
"flexGrow": 1,
|
2020-09-20 02:24:18 +03:00
|
|
|
"label": "container",
|
2021-09-25 05:58:39 +03:00
|
|
|
"pointerEvents": undefined,
|
2020-09-20 02:24:18 +03:00
|
|
|
"position": "relative",
|
|
|
|
}
|
|
|
|
}
|
2020-09-04 07:10:24 +03:00
|
|
|
onKeyDown={[Function]}
|
2019-01-03 16:00:55 +03:00
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<div
|
2021-09-25 05:58:39 +03:00
|
|
|
className=" css-18o3wl1-container"
|
2020-09-20 02:24:18 +03:00
|
|
|
onKeyDown={[Function]}
|
|
|
|
>
|
2021-08-29 20:09:10 +03:00
|
|
|
<LiveRegion
|
|
|
|
ariaSelection={null}
|
|
|
|
clearValue={[Function]}
|
|
|
|
cx={[Function]}
|
|
|
|
focusableOptions={Array []}
|
|
|
|
focusedValue={null}
|
|
|
|
getStyles={[Function]}
|
|
|
|
getValue={[Function]}
|
|
|
|
hasValue={false}
|
2021-09-25 05:58:39 +03:00
|
|
|
id="react-select-5-live-region"
|
2021-08-29 20:09:10 +03:00
|
|
|
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],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-08-29 20:09:10 +03:00
|
|
|
},
|
2021-09-25 05:58:39 +03:00
|
|
|
"tabIndex": 0,
|
2021-08-29 20:09:10 +03:00
|
|
|
"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,
|
|
|
|
},
|
|
|
|
}
|
|
|
|
}
|
|
|
|
>
|
2021-09-25 05:58:39 +03:00
|
|
|
<A11yText
|
|
|
|
id="react-select-5-live-region"
|
|
|
|
>
|
|
|
|
<EmotionCssPropInternal
|
|
|
|
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="A11yText"
|
|
|
|
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="span"
|
|
|
|
css={
|
|
|
|
Object {
|
|
|
|
"map": "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkExMXlUZXh0LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFNSSIsImZpbGUiOiJBMTF5VGV4dC50c3giLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGpzeCBqc3ggKi9cbmltcG9ydCB7IGpzeCB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuLy8gQXNzaXN0aXZlIHRleHQgdG8gZGVzY3JpYmUgdmlzdWFsIGVsZW1lbnRzLiBIaWRkZW4gZm9yIHNpZ2h0ZWQgdXNlcnMuXG5jb25zdCBBMTF5VGV4dCA9IChwcm9wczogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ10pID0+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],
|
|
|
|
}
|
|
|
|
}
|
|
|
|
id="react-select-5-live-region"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
className="css-1f43avz-a11yText-A11yText"
|
|
|
|
id="react-select-5-live-region"
|
|
|
|
/>
|
|
|
|
</EmotionCssPropInternal>
|
|
|
|
</A11yText>
|
2021-08-29 20:09:10 +03:00
|
|
|
<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 {
|
2021-09-25 05:58:39 +03:00
|
|
|
"map": "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkExMXlUZXh0LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFNSSIsImZpbGUiOiJBMTF5VGV4dC50c3giLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGpzeCBqc3ggKi9cbmltcG9ydCB7IGpzeCB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuLy8gQXNzaXN0aXZlIHRleHQgdG8gZGVzY3JpYmUgdmlzdWFsIGVsZW1lbnRzLiBIaWRkZW4gZm9yIHNpZ2h0ZWQgdXNlcnMuXG5jb25zdCBBMTF5VGV4dCA9IChwcm9wczogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ10pID0+IChcbiAgPHNwYW5cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAnYTExeVRleHQnLFxuICAgICAgekluZGV4OiA5OTk5LFxuICAgICAgYm9yZGVyOiAwLFxuICAgICAgY2xpcDogJ3JlY3QoMXB4LCAxcHgsIDFweCwgMXB4KScsXG4gICAgICBoZWlnaHQ6IDEsXG4gICAgICB3aWR0aDogMSxcbiAgICAgIHBvc2l0aW9uOiAnYWJzb2x1dGUnLFxuICAgICAgb3ZlcmZsb3c6ICdoaWRkZW4nLFxuICAgICAgcGFkZGluZzogMCxcbiAgICAgIHdoaXRlU3BhY2U6ICdub3dyYXAnLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IGRlZmF1bHQgQTExeVRleHQ7XG4iXX0= */",
|
2021-08-29 20:09:10 +03:00
|
|
|
"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>
|
2020-09-20 02:24:18 +03:00
|
|
|
<Control
|
|
|
|
clearValue={[Function]}
|
|
|
|
cx={[Function]}
|
|
|
|
getStyles={[Function]}
|
|
|
|
getValue={[Function]}
|
|
|
|
hasValue={false}
|
|
|
|
innerProps={
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2020-09-20 02:24:18 +03:00
|
|
|
"onMouseDown": [Function],
|
|
|
|
"onTouchEnd": [Function],
|
|
|
|
}
|
|
|
|
}
|
|
|
|
innerRef={[Function]}
|
|
|
|
isDisabled={false}
|
|
|
|
isFocused={false}
|
|
|
|
isMulti={false}
|
|
|
|
isRtl={false}
|
|
|
|
menuIsOpen={true}
|
|
|
|
options={
|
|
|
|
Array [
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
|
|
|
"label": "One",
|
|
|
|
"value": "one",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "Two",
|
|
|
|
"value": "two",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "One hundred",
|
|
|
|
"value": "hundred",
|
|
|
|
},
|
2020-09-20 02:24:18 +03:00
|
|
|
]
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
selectOption={[Function]}
|
|
|
|
selectProps={
|
|
|
|
Object {
|
2021-08-29 20:09:10 +03:00
|
|
|
"aria-live": "polite",
|
2020-09-20 02:24:18 +03:00
|
|
|
"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],
|
2021-06-06 23:42:40 +03:00
|
|
|
"styles": Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-06-06 23:42:40 +03:00
|
|
|
},
|
2021-09-25 05:58:39 +03:00
|
|
|
"tabIndex": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"tabSelectsValue": true,
|
|
|
|
"theme": [Function],
|
|
|
|
"value": null,
|
|
|
|
}
|
2019-01-03 16:00:55 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
setValue={[Function]}
|
|
|
|
theme={
|
2019-01-03 16:00:55 +03:00
|
|
|
Object {
|
2021-08-27 06:48:24 +03:00
|
|
|
"borderRadius": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|
2020-09-04 07:10:24 +03:00
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<EmotionCssPropInternal
|
|
|
|
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="Control"
|
|
|
|
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
|
|
|
|
className=""
|
|
|
|
css={
|
|
|
|
Object {
|
|
|
|
"&:hover": Object {
|
2021-08-27 06:48:24 +03:00
|
|
|
"backgroundColor": undefined,
|
2020-09-20 02:24:18 +03:00
|
|
|
"borderColor": undefined,
|
|
|
|
},
|
|
|
|
"alignItems": "center",
|
|
|
|
"backgroundColor": undefined,
|
|
|
|
"borderColor": undefined,
|
2021-08-27 06:48:24 +03:00
|
|
|
"borderRadius": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"borderStyle": "solid",
|
|
|
|
"borderWidth": 1,
|
2021-09-25 05:58:39 +03:00
|
|
|
"boxShadow": undefined,
|
2020-09-20 02:24:18 +03:00
|
|
|
"boxSizing": "border-box",
|
|
|
|
"cursor": "default",
|
|
|
|
"display": "flex",
|
|
|
|
"flexWrap": "wrap",
|
|
|
|
"justifyContent": "space-between",
|
|
|
|
"label": "control",
|
|
|
|
"minHeight": 30,
|
|
|
|
"outline": "0 !important",
|
|
|
|
"position": "relative",
|
|
|
|
"transition": "all 100ms",
|
|
|
|
}
|
|
|
|
}
|
2020-09-04 07:10:24 +03:00
|
|
|
onMouseDown={[Function]}
|
|
|
|
onTouchEnd={[Function]}
|
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<div
|
2021-09-25 05:58:39 +03:00
|
|
|
className=" css-gdsksj-control"
|
2020-09-20 02:24:18 +03:00
|
|
|
onMouseDown={[Function]}
|
|
|
|
onTouchEnd={[Function]}
|
|
|
|
>
|
|
|
|
<ValueContainer
|
|
|
|
clearValue={[Function]}
|
|
|
|
cx={[Function]}
|
|
|
|
getStyles={[Function]}
|
|
|
|
getValue={[Function]}
|
|
|
|
hasValue={false}
|
|
|
|
isDisabled={false}
|
|
|
|
isMulti={false}
|
|
|
|
isRtl={false}
|
|
|
|
options={
|
|
|
|
Array [
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
|
|
|
"label": "One",
|
|
|
|
"value": "one",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "Two",
|
|
|
|
"value": "two",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "One hundred",
|
|
|
|
"value": "hundred",
|
|
|
|
},
|
2020-09-20 02:24:18 +03:00
|
|
|
]
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
selectOption={[Function]}
|
|
|
|
selectProps={
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2021-08-29 20:09:10 +03:00
|
|
|
"aria-live": "polite",
|
2020-09-20 02:24:18 +03:00
|
|
|
"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 [
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2020-09-20 02:24:18 +03:00
|
|
|
"label": "One",
|
|
|
|
"value": "one",
|
|
|
|
},
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2020-09-20 02:24:18 +03:00
|
|
|
"label": "Two",
|
|
|
|
"value": "two",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "One hundred",
|
|
|
|
"value": "hundred",
|
|
|
|
},
|
|
|
|
],
|
|
|
|
"pageSize": 5,
|
|
|
|
"placeholder": "Select...",
|
|
|
|
"screenReaderStatus": [Function],
|
2021-06-06 23:42:40 +03:00
|
|
|
"styles": Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-06-06 23:42:40 +03:00
|
|
|
},
|
2021-09-25 05:58:39 +03:00
|
|
|
"tabIndex": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"tabSelectsValue": true,
|
|
|
|
"theme": [Function],
|
|
|
|
"value": null,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
setValue={[Function]}
|
|
|
|
theme={
|
|
|
|
Object {
|
2021-08-27 06:48:24 +03:00
|
|
|
"borderRadius": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"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",
|
2021-09-25 05:58:39 +03:00
|
|
|
"display": "grid",
|
2020-09-20 02:24:18 +03:00
|
|
|
"flex": 1,
|
|
|
|
"flexWrap": "wrap",
|
|
|
|
"overflow": "hidden",
|
|
|
|
"padding": "1px 4px",
|
|
|
|
"position": "relative",
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
}
|
|
|
|
>
|
|
|
|
<div
|
2021-09-25 05:58:39 +03:00
|
|
|
className=" css-1dzc0nd-ValueContainer"
|
2020-09-04 07:10:24 +03:00
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<Input
|
|
|
|
aria-autocomplete="list"
|
2021-09-25 05:58:39 +03:00
|
|
|
aria-controls="react-select-5-listbox"
|
|
|
|
aria-describedby="react-select-5-placeholder"
|
|
|
|
aria-expanded={true}
|
|
|
|
aria-haspopup={true}
|
|
|
|
aria-owns="react-select-5-listbox"
|
2020-09-20 02:24:18 +03:00
|
|
|
autoCapitalize="none"
|
|
|
|
autoComplete="off"
|
|
|
|
autoCorrect="off"
|
2021-08-29 20:09:10 +03:00
|
|
|
clearValue={[Function]}
|
2020-09-20 02:24:18 +03:00
|
|
|
cx={[Function]}
|
|
|
|
getStyles={[Function]}
|
2021-08-29 20:09:10 +03:00
|
|
|
getValue={[Function]}
|
|
|
|
hasValue={false}
|
2020-09-20 02:24:18 +03:00
|
|
|
id="react-select-5-input"
|
|
|
|
innerRef={[Function]}
|
|
|
|
isDisabled={false}
|
|
|
|
isHidden={false}
|
2021-08-29 20:09:10 +03:00
|
|
|
isMulti={false}
|
|
|
|
isRtl={false}
|
2020-09-20 02:24:18 +03:00
|
|
|
onBlur={[Function]}
|
|
|
|
onChange={[Function]}
|
|
|
|
onFocus={[Function]}
|
2021-08-29 20:09:10 +03:00
|
|
|
options={
|
|
|
|
Array [
|
|
|
|
Object {
|
|
|
|
"label": "One",
|
|
|
|
"value": "one",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "Two",
|
|
|
|
"value": "two",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "One hundred",
|
|
|
|
"value": "hundred",
|
|
|
|
},
|
|
|
|
]
|
|
|
|
}
|
2021-09-25 05:58:39 +03:00
|
|
|
role="combobox"
|
2021-08-29 20:09:10 +03:00
|
|
|
selectOption={[Function]}
|
2020-09-20 02:24:18 +03:00
|
|
|
selectProps={
|
|
|
|
Object {
|
2021-08-29 20:09:10 +03:00
|
|
|
"aria-live": "polite",
|
2020-09-20 02:24:18 +03:00
|
|
|
"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],
|
2021-06-06 23:42:40 +03:00
|
|
|
"styles": Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-06-06 23:42:40 +03:00
|
|
|
},
|
2021-09-25 05:58:39 +03:00
|
|
|
"tabIndex": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"tabSelectsValue": true,
|
|
|
|
"theme": [Function],
|
|
|
|
"value": null,
|
|
|
|
}
|
|
|
|
}
|
2021-08-29 20:09:10 +03:00
|
|
|
setValue={[Function]}
|
2020-09-20 02:24:18 +03:00
|
|
|
spellCheck="false"
|
2021-09-25 05:58:39 +03:00
|
|
|
tabIndex={0}
|
2020-09-20 02:24:18 +03:00
|
|
|
theme={
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2021-08-27 06:48:24 +03:00
|
|
|
"borderRadius": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"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,
|
|
|
|
},
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
type="text"
|
|
|
|
value="text"
|
2020-09-04 07:10:24 +03:00
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<EmotionCssPropInternal
|
|
|
|
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="Input"
|
|
|
|
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
|
2021-09-25 05:58:39 +03:00
|
|
|
className=""
|
2020-09-20 02:24:18 +03:00
|
|
|
css={
|
|
|
|
Object {
|
2021-09-25 05:58:39 +03:00
|
|
|
"&:after": Object {
|
|
|
|
"border": 0,
|
|
|
|
"content": "attr(data-value) \\" \\"",
|
|
|
|
"font": "inherit",
|
|
|
|
"gridArea": "1 / 2",
|
|
|
|
"margin": 0,
|
|
|
|
"minWidth": "2px",
|
|
|
|
"outline": 0,
|
|
|
|
"padding": 0,
|
|
|
|
"visibility": "hidden",
|
2021-10-11 07:16:48 +03:00
|
|
|
"whiteSpace": "pre",
|
2021-09-25 05:58:39 +03:00
|
|
|
},
|
2020-09-20 02:24:18 +03:00
|
|
|
"boxSizing": "border-box",
|
|
|
|
"color": undefined,
|
2021-09-25 05:58:39 +03:00
|
|
|
"display": "inline-grid",
|
|
|
|
"flex": "1 1 auto",
|
|
|
|
"gridArea": "1 / 1 / 2 / 3",
|
|
|
|
"gridTemplateColumns": "0 min-content",
|
2020-09-20 02:24:18 +03:00
|
|
|
"margin": 1,
|
|
|
|
"paddingBottom": 1,
|
|
|
|
"paddingTop": 1,
|
|
|
|
"visibility": "visible",
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
}
|
2021-09-25 05:58:39 +03:00
|
|
|
data-value="text"
|
2020-09-20 02:24:18 +03:00
|
|
|
>
|
|
|
|
<div
|
2021-10-11 07:16:48 +03:00
|
|
|
className=" css-1qx78vi-Input"
|
2021-09-25 05:58:39 +03:00
|
|
|
data-value="text"
|
2020-09-04 07:10:24 +03:00
|
|
|
>
|
2021-09-25 05:58:39 +03:00
|
|
|
<input
|
2020-09-20 02:24:18 +03:00
|
|
|
aria-autocomplete="list"
|
2021-09-25 05:58:39 +03:00
|
|
|
aria-controls="react-select-5-listbox"
|
|
|
|
aria-describedby="react-select-5-placeholder"
|
|
|
|
aria-expanded={true}
|
|
|
|
aria-haspopup={true}
|
|
|
|
aria-owns="react-select-5-listbox"
|
2020-09-20 02:24:18 +03:00
|
|
|
autoCapitalize="none"
|
|
|
|
autoComplete="off"
|
|
|
|
autoCorrect="off"
|
2020-09-04 07:10:24 +03:00
|
|
|
className=""
|
2020-09-20 02:24:18 +03:00
|
|
|
disabled={false}
|
|
|
|
id="react-select-5-input"
|
2021-09-25 05:58:39 +03:00
|
|
|
onBlur={[Function]}
|
|
|
|
onChange={[Function]}
|
|
|
|
onFocus={[Function]}
|
|
|
|
role="combobox"
|
|
|
|
spellCheck="false"
|
|
|
|
style={
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2020-09-20 02:24:18 +03:00
|
|
|
"background": 0,
|
|
|
|
"border": 0,
|
|
|
|
"color": "inherit",
|
2021-09-25 05:58:39 +03:00
|
|
|
"font": "inherit",
|
|
|
|
"gridArea": "1 / 2",
|
2020-09-20 02:24:18 +03:00
|
|
|
"label": "input",
|
2021-09-25 05:58:39 +03:00
|
|
|
"margin": 0,
|
|
|
|
"minWidth": "2px",
|
2020-09-20 02:24:18 +03:00
|
|
|
"opacity": 1,
|
|
|
|
"outline": 0,
|
|
|
|
"padding": 0,
|
2021-09-25 05:58:39 +03:00
|
|
|
"width": "100%",
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
|
|
|
}
|
2021-09-25 05:58:39 +03:00
|
|
|
tabIndex={0}
|
2020-09-20 02:24:18 +03:00
|
|
|
type="text"
|
|
|
|
value="text"
|
2021-09-25 05:58:39 +03:00
|
|
|
/>
|
2020-09-20 02:24:18 +03:00
|
|
|
</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 [
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
|
|
|
"label": "One",
|
|
|
|
"value": "one",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "Two",
|
|
|
|
"value": "two",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "One hundred",
|
|
|
|
"value": "hundred",
|
|
|
|
},
|
2020-09-20 02:24:18 +03:00
|
|
|
]
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
selectOption={[Function]}
|
|
|
|
selectProps={
|
|
|
|
Object {
|
2021-08-29 20:09:10 +03:00
|
|
|
"aria-live": "polite",
|
2020-09-20 02:24:18 +03:00
|
|
|
"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],
|
2021-06-06 23:42:40 +03:00
|
|
|
"styles": Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-06-06 23:42:40 +03:00
|
|
|
},
|
2021-09-25 05:58:39 +03:00
|
|
|
"tabIndex": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"tabSelectsValue": true,
|
|
|
|
"theme": [Function],
|
|
|
|
"value": null,
|
|
|
|
}
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
setValue={[Function]}
|
|
|
|
theme={
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2021-08-27 06:48:24 +03:00
|
|
|
"borderRadius": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"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,
|
|
|
|
},
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<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,
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
}
|
|
|
|
>
|
|
|
|
<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 [
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
|
|
|
"label": "One",
|
|
|
|
"value": "one",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "Two",
|
|
|
|
"value": "two",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "One hundred",
|
|
|
|
"value": "hundred",
|
|
|
|
},
|
2020-09-20 02:24:18 +03:00
|
|
|
]
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
selectOption={[Function]}
|
|
|
|
selectProps={
|
|
|
|
Object {
|
2021-08-29 20:09:10 +03:00
|
|
|
"aria-live": "polite",
|
2020-09-20 02:24:18 +03:00
|
|
|
"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],
|
2021-06-06 23:42:40 +03:00
|
|
|
"styles": Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-06-06 23:42:40 +03:00
|
|
|
},
|
2021-09-25 05:58:39 +03:00
|
|
|
"tabIndex": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"tabSelectsValue": true,
|
|
|
|
"theme": [Function],
|
|
|
|
"value": null,
|
|
|
|
}
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
setValue={[Function]}
|
|
|
|
theme={
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2021-08-27 06:48:24 +03:00
|
|
|
"borderRadius": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"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,
|
|
|
|
},
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<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={
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2020-09-20 02:24:18 +03:00
|
|
|
"aria-hidden": "true",
|
|
|
|
"onMouseDown": [Function],
|
|
|
|
"onTouchEnd": [Function],
|
|
|
|
}
|
|
|
|
}
|
|
|
|
isDisabled={false}
|
|
|
|
isFocused={false}
|
|
|
|
isMulti={false}
|
|
|
|
isRtl={false}
|
|
|
|
options={
|
|
|
|
Array [
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
|
|
|
"label": "One",
|
|
|
|
"value": "one",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "Two",
|
|
|
|
"value": "two",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "One hundred",
|
|
|
|
"value": "hundred",
|
|
|
|
},
|
2020-09-20 02:24:18 +03:00
|
|
|
]
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
selectOption={[Function]}
|
|
|
|
selectProps={
|
|
|
|
Object {
|
2021-08-29 20:09:10 +03:00
|
|
|
"aria-live": "polite",
|
2020-09-20 02:24:18 +03:00
|
|
|
"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],
|
2021-06-06 23:42:40 +03:00
|
|
|
"styles": Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-06-06 23:42:40 +03:00
|
|
|
},
|
2021-09-25 05:58:39 +03:00
|
|
|
"tabIndex": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"tabSelectsValue": true,
|
|
|
|
"theme": [Function],
|
|
|
|
"value": null,
|
|
|
|
}
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2020-09-20 02:24:18 +03:00
|
|
|
setValue={[Function]}
|
|
|
|
theme={
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2021-08-27 06:48:24 +03:00
|
|
|
"borderRadius": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"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,
|
2020-09-04 07:10:24 +03:00
|
|
|
},
|
|
|
|
}
|
|
|
|
}
|
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<EmotionCssPropInternal
|
|
|
|
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="DropdownIndicator"
|
|
|
|
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
|
2020-09-04 07:10:24 +03:00
|
|
|
aria-hidden="true"
|
2020-09-20 02:24:18 +03:00
|
|
|
className=""
|
|
|
|
css={
|
|
|
|
Object {
|
|
|
|
":hover": Object {
|
|
|
|
"color": undefined,
|
|
|
|
},
|
|
|
|
"boxSizing": "border-box",
|
|
|
|
"color": undefined,
|
|
|
|
"display": "flex",
|
|
|
|
"label": "indicatorContainer",
|
|
|
|
"padding": 4,
|
|
|
|
"transition": "color 150ms",
|
|
|
|
}
|
|
|
|
}
|
2020-09-04 07:10:24 +03:00
|
|
|
onMouseDown={[Function]}
|
|
|
|
onTouchEnd={[Function]}
|
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<div
|
|
|
|
aria-hidden="true"
|
|
|
|
className=" css-aazq4s-indicatorContainer"
|
|
|
|
onMouseDown={[Function]}
|
|
|
|
onTouchEnd={[Function]}
|
|
|
|
>
|
|
|
|
<DownChevron>
|
|
|
|
<Svg
|
|
|
|
size={20}
|
2020-09-04 07:10:24 +03:00
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<EmotionCssPropInternal
|
|
|
|
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="Svg"
|
|
|
|
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="svg"
|
2020-09-04 07:10:24 +03:00
|
|
|
aria-hidden="true"
|
2020-09-20 02:24:18 +03:00
|
|
|
css={
|
|
|
|
Object {
|
2021-09-25 05:58:39 +03:00
|
|
|
"map": "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXdCSSIsImZpbGUiOiJpbmRpY2F0b3JzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgUmVhY3ROb2RlIH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0IHsganN4LCBrZXlmcmFtZXMgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7XG4gIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lLFxuICBDU1NPYmplY3RXaXRoTGFiZWwsXG4gIEdyb3VwQmFzZSxcbn0gZnJvbSAnLi4vdHlwZXMnO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgSWNvbnNcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBTdmcgPSAoe1xuICBzaXplLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzdmcnXSAmIHsgc2l6ZTogbnVtYmVyIH0pID0+IChcbiAgPHN2Z1xuICAgIGhlaWdodD17c2l6ZX1cbiAgICB3aWR0aD17c2l6ZX1cbiAgICB2aWV3Qm94PVwiMCAwIDIwIDIwXCJcbiAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICBjc3M9e3tcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgZmlsbDogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBsaW5lSGVpZ2h0OiAxLFxuICAgICAgc3Ryb2tlOiAnY3VycmVudENvbG9yJyxcbiAgICAgIHN0cm9rZVdpZHRoOiAwLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IHR5cGUgQ3Jvc3NJY29uUHJvcHMgPSBKU1guSW50cmluc2ljRWxlbWVudHNbJ3N2ZyddICYgeyBzaXplPzogbnVtYmVyIH07XG5leHBvcnQgY29uc3QgQ3Jvc3NJY29uID0gKHByb3BzOiBDcm9zc0ljb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNMTQuMzQ4IDE0Ljg0OWMtMC40NjkgMC40NjktMS4yMjkgMC40NjktMS42OTcgMGwtMi42NTEtMy4wMzAtMi42NTEgMy4wMjljLTAuNDY5IDAuNDY5LTEuMjI5IDAuNDY5LTEuNjk3IDAtMC40NjktMC40NjktMC40NjktMS4yMjkgMC0xLjY5N2wyLjc1OC0zLjE1LTIuNzU5LTMuMTUyYy0wLjQ2OS0wLjQ2OS0wLjQ2OS0xLjIyOCAwLTEuNjk3czEuMjI4LTAuNDY5IDEuNjk3IDBsMi42NTIgMy4wMzEgMi42NTEtMy4wMzFjMC40NjktMC40NjkgMS4yMjgtMC40NjkgMS42OTcgMHMwLjQ2OSAxLjIyOSAwIDEuNjk3bC0yLjc1OCAzLjE1MiAyLjc1OCAzLjE1YzAuNDY5IDAuNDY5IDAuNDY5IDEuMjI5IDAgMS42OTh6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuZXhwb3J0IHR5cGUgRG93bkNoZXZyb25Qcm9wcyA9IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3ZnJ10gJiB7IHNpemU/OiBudW1iZXIgfTtcbmV4cG9ydCBjb25zdCBEb3duQ2hldnJvbiA9IChwcm9wczogRG93bkNoZXZyb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNNC41MTYgNy41NDhjMC40MzYtMC40NDYgMS4wNDMtMC40ODEgMS41NzYgMGwzLjkwOCAzLjc0NyAzLjkwOC0zLjc0N2MwLjUzMy0wLjQ4MSAxLjE0MS0wLjQ0NiAxLjU3NCAwIDAuNDM2IDAuNDQ1IDAuNDA4IDEuMTk3IDAgMS42MTUtMC40MDYgMC40MTgtNC42OTUgNC41MDItNC42OTUgNC41MDItMC4yMTcgMC4yMjMtMC41MDIgMC4zMzUtMC43ODcgMC4zMzVzLTAuNTctMC4xMTItMC43ODktMC4zMzVjMCAwLTQuMjg3LTQuMDg0LTQuNjk1LTQuNTAycy0wLjQzNi0xLjE3IDAtMS42MTV6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgQnV0dG9uc1xuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmV4cG9ydCBpbnRlcmZhY2UgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIC8qKiBUaGUgY2hpbGRyZW4gdG8gYmUgcmVuZGVyZWQgaW5zaWRlIHRoZSBpbmRpY2F0b3IuICovXG4gIGNoaWxkcmVuPzogUmVhY3ROb2RlO1xuICAvKiogUHJvcHMgdGhhdCB3aWxsIGJlIHBhc3NlZCBvbiB0byB0aGUgY2hpbGRyZW4uICovXG4gIGlubmVyUHJvcHM6IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snZGl2J107XG4gIC8qKiBUaGUgZm9jdXNlZCBzdGF0ZSBvZiB0aGUgc2VsZWN0LiAqL1xuICBpc0ZvY3VzZWQ6IGJvb2xlYW47XG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XG59XG5cbmNvbnN0IGJhc2VDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oe1xuICBpc0ZvY3VzZWQsXG4gIHRoZW1lOiB7XG4gICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgIGNvbG9ycyxcbiAgfSxcbn06XG4gIHwgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuICB8IENsZWFySW5kaWNhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdpbmRpY2F0b3JDb250YWluZXInLFxuICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw2MCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gIGRpc3BsYXk6ICdmbGV4JyxcbiAgcGFkZGluZzogYmFzZVVuaXQgKiAyLFxuICB0cmFuc2l0aW9uOiAnY29sb3IgMTUwbXMnLFxuXG4gICc6aG92ZXInOiB7XG4gICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsODAgOiBjb2xvcnM
|
2021-08-29 20:09:10 +03:00
|
|
|
"name": "tj5bde-Svg",
|
|
|
|
"styles": "display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;label:Svg;",
|
2021-06-19 04:47:26 +03:00
|
|
|
"toString": [Function],
|
2020-09-20 02:24:18 +03:00
|
|
|
}
|
|
|
|
}
|
2020-09-04 07:10:24 +03:00
|
|
|
focusable="false"
|
|
|
|
height={20}
|
|
|
|
viewBox="0 0 20 20"
|
|
|
|
width={20}
|
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
2021-08-29 20:09:10 +03:00
|
|
|
className="css-tj5bde-Svg"
|
2020-09-20 02:24:18 +03:00
|
|
|
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
|
2020-09-04 07:10:24 +03:00
|
|
|
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 {
|
2021-08-29 20:09:10 +03:00
|
|
|
"aria-live": "polite",
|
2020-09-04 07:10:24 +03:00
|
|
|
"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],
|
2021-06-06 23:42:40 +03:00
|
|
|
"styles": Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-06-06 23:42:40 +03:00
|
|
|
},
|
2021-09-25 05:58:39 +03:00
|
|
|
"tabIndex": 0,
|
2020-09-04 07:10:24 +03:00
|
|
|
"tabSelectsValue": true,
|
|
|
|
"theme": [Function],
|
|
|
|
"value": null,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
setValue={[Function]}
|
|
|
|
theme={
|
|
|
|
Object {
|
2021-08-27 06:48:24 +03:00
|
|
|
"borderRadius": 0,
|
2020-09-04 07:10:24 +03:00
|
|
|
"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 {
|
2020-09-20 02:24:18 +03:00
|
|
|
"baseUnit": 2,
|
|
|
|
"controlHeight": 30,
|
2020-09-04 07:10:24 +03:00
|
|
|
"menuGutter": 8,
|
|
|
|
},
|
2019-01-03 16:00:55 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<Menu
|
|
|
|
clearValue={[Function]}
|
|
|
|
cx={[Function]}
|
|
|
|
getStyles={[Function]}
|
|
|
|
getValue={[Function]}
|
|
|
|
hasValue={false}
|
|
|
|
innerProps={
|
|
|
|
Object {
|
2021-09-25 05:58:39 +03:00
|
|
|
"id": "react-select-5-listbox",
|
2020-09-20 02:24:18 +03:00
|
|
|
"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 {
|
2021-08-29 20:09:10 +03:00
|
|
|
"aria-live": "polite",
|
2020-09-20 02:24:18 +03:00
|
|
|
"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],
|
2021-06-06 23:42:40 +03:00
|
|
|
"styles": Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-06-06 23:42:40 +03:00
|
|
|
},
|
2021-09-25 05:58:39 +03:00
|
|
|
"tabIndex": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"tabSelectsValue": true,
|
|
|
|
"theme": [Function],
|
|
|
|
"value": null,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
setValue={[Function]}
|
|
|
|
theme={
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2021-08-27 06:48:24 +03:00
|
|
|
"borderRadius": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"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,
|
|
|
|
},
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<EmotionCssPropInternal
|
|
|
|
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="Menu"
|
|
|
|
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
|
|
|
|
className=""
|
|
|
|
css={
|
|
|
|
Object {
|
|
|
|
"backgroundColor": undefined,
|
2021-08-27 06:48:24 +03:00
|
|
|
"borderRadius": 0,
|
2020-09-20 02:24:18 +03:00
|
|
|
"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%",
|
2021-09-05 23:03:00 +03:00
|
|
|
"zIndex": 10,
|
2020-09-20 02:24:18 +03:00
|
|
|
}
|
|
|
|
}
|
2021-09-25 05:58:39 +03:00
|
|
|
id="react-select-5-listbox"
|
2020-09-04 07:10:24 +03:00
|
|
|
onMouseDown={[Function]}
|
|
|
|
onMouseMove={[Function]}
|
|
|
|
>
|
2020-09-20 02:24:18 +03:00
|
|
|
<div
|
2021-09-05 23:03:00 +03:00
|
|
|
className=" css-17wpf85-menu"
|
2021-09-25 05:58:39 +03:00
|
|
|
id="react-select-5-listbox"
|
2020-09-20 02:24:18 +03:00
|
|
|
onMouseDown={[Function]}
|
|
|
|
onMouseMove={[Function]}
|
2020-09-04 07:10:24 +03:00
|
|
|
>
|
2021-08-29 20:09:10 +03:00
|
|
|
<ScrollManager
|
|
|
|
captureEnabled={false}
|
|
|
|
lockEnabled={false}
|
2020-09-04 07:10:24 +03:00
|
|
|
>
|
2021-08-29 20:09:10 +03:00
|
|
|
<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 [
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
|
|
|
"label": "One",
|
|
|
|
"value": "one",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "Two",
|
|
|
|
"value": "two",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "One hundred",
|
|
|
|
"value": "hundred",
|
|
|
|
},
|
2021-08-29 20:09:10 +03:00
|
|
|
],
|
|
|
|
"pageSize": 5,
|
|
|
|
"placeholder": "Select...",
|
|
|
|
"screenReaderStatus": [Function],
|
|
|
|
"styles": Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-08-29 20:09:10 +03:00
|
|
|
},
|
2021-09-25 05:58:39 +03:00
|
|
|
"tabIndex": 0,
|
2021-08-29 20:09:10 +03:00
|
|
|
"tabSelectsValue": true,
|
|
|
|
"theme": [Function],
|
|
|
|
"value": null,
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2021-08-29 20:09:10 +03:00
|
|
|
}
|
|
|
|
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,
|
|
|
|
},
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2021-08-29 20:09:10 +03:00
|
|
|
}
|
|
|
|
>
|
|
|
|
<EmotionCssPropInternal
|
|
|
|
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="MenuList"
|
|
|
|
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
|
|
|
|
className=""
|
|
|
|
css={
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2021-08-29 20:09:10 +03:00
|
|
|
"WebkitOverflowScrolling": "touch",
|
|
|
|
"boxSizing": "border-box",
|
|
|
|
"maxHeight": 300,
|
|
|
|
"overflowY": "auto",
|
|
|
|
"paddingBottom": 2,
|
|
|
|
"paddingTop": 2,
|
|
|
|
"position": "relative",
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
>
|
2021-08-29 20:09:10 +03:00
|
|
|
<div
|
|
|
|
className=" css-87spde-MenuList"
|
2020-09-20 02:24:18 +03:00
|
|
|
>
|
2021-08-29 20:09:10 +03:00
|
|
|
<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 [
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
|
|
|
"label": "One",
|
|
|
|
"value": "one",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "Two",
|
|
|
|
"value": "two",
|
|
|
|
},
|
|
|
|
Object {
|
|
|
|
"label": "One hundred",
|
|
|
|
"value": "hundred",
|
|
|
|
},
|
2021-08-29 20:09:10 +03:00
|
|
|
],
|
|
|
|
"pageSize": 5,
|
|
|
|
"placeholder": "Select...",
|
|
|
|
"screenReaderStatus": [Function],
|
|
|
|
"styles": Object {
|
|
|
|
"container": [Function],
|
|
|
|
"control": [Function],
|
2021-09-05 23:03:00 +03:00
|
|
|
"menu": [Function],
|
2021-08-29 20:09:10 +03:00
|
|
|
},
|
2021-09-25 05:58:39 +03:00
|
|
|
"tabIndex": 0,
|
2021-08-29 20:09:10 +03:00
|
|
|
"tabSelectsValue": true,
|
|
|
|
"theme": [Function],
|
|
|
|
"value": null,
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2021-08-29 20:09:10 +03:00
|
|
|
}
|
|
|
|
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,
|
|
|
|
},
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
2021-08-29 20:09:10 +03:00
|
|
|
}
|
|
|
|
>
|
|
|
|
<EmotionCssPropInternal
|
|
|
|
__EMOTION_LABEL_PLEASE_DO_NOT_USE__="NoOptionsMessage"
|
|
|
|
__EMOTION_TYPE_PLEASE_DO_NOT_USE__="div"
|
|
|
|
className=""
|
|
|
|
css={
|
2020-09-04 07:10:24 +03:00
|
|
|
Object {
|
2021-08-29 20:09:10 +03:00
|
|
|
"boxSizing": "border-box",
|
|
|
|
"color": undefined,
|
|
|
|
"padding": "4px 6px",
|
|
|
|
"textAlign": "center",
|
2020-09-04 07:10:24 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
>
|
2021-08-29 20:09:10 +03:00
|
|
|
<div
|
|
|
|
className=" css-36co7-NoOptionsMessage"
|
2020-09-04 07:10:24 +03:00
|
|
|
>
|
2021-08-29 20:09:10 +03:00
|
|
|
No options
|
|
|
|
</div>
|
|
|
|
</EmotionCssPropInternal>
|
|
|
|
</NoOptionsMessage>
|
|
|
|
</div>
|
|
|
|
</EmotionCssPropInternal>
|
|
|
|
</MenuList>
|
|
|
|
</ScrollManager>
|
2020-09-20 02:24:18 +03:00
|
|
|
</div>
|
|
|
|
</EmotionCssPropInternal>
|
|
|
|
</Menu>
|
|
|
|
</MenuPlacer>
|
|
|
|
</div>
|
|
|
|
</EmotionCssPropInternal>
|
|
|
|
</SelectContainer>
|
|
|
|
</Select>
|
2021-09-25 05:58:39 +03:00
|
|
|
</ForwardRef>
|
2020-09-20 02:24:18 +03:00
|
|
|
</Select>
|
|
|
|
</Component>
|
|
|
|
</WithTheme(Component)>
|
2019-01-03 16:00:55 +03:00
|
|
|
`;
|