Repository URL to install this package:
|
Version:
8.0.0-rc.1 ▾
|
@doodle/components
/
controls
/
Input
/
__tests__
/
MultiEmailSelect
/
__snapshots__
/
MultiEmailSelect.spec.js.snap
|
|---|
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`MultiEmailSelect matches a snapshot 1`] = `
<MultiEmailSelect
activateSuggestions={null}
addDomainText={null}
alreadyInListText={null}
buttonText={null}
decorateValue={[Function]}
emailsLimit={50}
formatOptionLabel={null}
hideAddButton={false}
initialOptions={null}
initialValues={Array []}
invalidFormatText=""
isButtonDisabled={false}
isDisabled={false}
isLoading={false}
limitExceededText=""
newOptionText={null}
note="\\"Allow entire domains: @example.com, or subdomains: @*.example.com\\""
noteText={null}
onAddButtonClick={[Function]}
onInputChange={[Function]}
onValueChange={[MockFunction]}
options={
Array [
Object {
"label": "Timo Timber",
"value": "tt@doodle.com",
},
Object {
"label": "Tayo Awoyemi",
"value": "tay@doodle.com",
},
Object {
"label": "Stan Theman",
"value": "st@stan.com",
},
Object {
"label": "Zari fari",
"value": "zh@doodle.com",
},
Object {
"label": "Mima Salu",
"value": "mms@doodle.com",
},
Object {
"label": "Klaus Larifari",
"value": "kl@doodle.com",
},
Object {
"label": "Opaloda Ottoddf",
"value": "opef@doodle.com",
},
Object {
"label": "Opaidap Ottod",
"value": "opfe@doodle.com",
},
Object {
"label": "Opalfodks Ottod",
"value": "opaa@doodle.com",
},
Object {
"label": "Fran Example",
"value": "fran@doodle.example.com",
},
Object {
"label": "Carolina Example",
"value": "carolina@doodle.example.com",
},
]
}
placeholder="Enter emails"
placeholderText={null}
styles={Object {}}
/>
`;