react-code-dataset / react-instantsearch /examples /autocomplete /src /__snapshots__ /App.test.js.snap
| // 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> | |
| `; | |