Trevor Eyre

Results 6 issues of Trevor Eyre

This issue has come up multiple times (#71, #69, #64, etc). Time to add some examples to the docs.

documentation

Instead of a single `Autocomplete` component, It would be better to separate the component into its individual parts, for easier overriding and styling. ```js Result 1 Result 2 ```

Autocomplete executes the `search` function on focus. If this function returns an initial set of results on focus, and the `autoSelect` prop is set to true, it could potentially be...

This addresses #83 It makes the export of `src/setup.js` a callable function, so if you need to reset all of your Jest mocks between test runs, you can call the...