Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
886 Bytes
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`autocomplete recipe Mentions renders without crashing 1`] = `
"<Mention>
give someone an @-mention here
</Mention>"
`;
exports[`autocomplete recipe MultiIndex renders without crashing 1`] = `
<div
aria-expanded={false}
aria-haspopup="listbox"
aria-owns="react-autowhatever-1"
className="react-autosuggest__container"
role="combobox"
>
<input
aria-activedescendant={null}
aria-autocomplete="list"
aria-controls="react-autowhatever-1"
autoComplete="off"
className="react-autosuggest__input"
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
onKeyDown={[Function]}
placeholder="Search for a product..."
type="text"
value=""
/>
<div
className="react-autosuggest__suggestions-container"
id="react-autowhatever-1"
role="listbox"
/>
</div>
`;