If the text prop is supplied and a matching item is found, onSelect is automatically fired
Changing styles prop now triggers a re-render
No longer automatically fire onSelect and onChange events on first render. Only in response to user events.
Remove redundant react-use dependency
Expose DOM methods via a forwarded ref
Extend listbox and defaultListbox prop types to allow functions returning a promise resolving to an array of group settings
Left align container div contents when focussed
Fix issue affecting various keypresses with empty search box
Left align container div contents by default
Fix minimist dependency vulnerability
Add live demo links to README
Prevent no items message from displaying whilst items are being fetched
Add note to README regarding onSelect being called when an item is no longer selected
Use autofocus HTML attribute instead of a useEffect hook
Add MIT License
Add precommit hooks for test and lint
Ensure a no-items message is displayed if a query is entered but no items have ever been loaded
Do not do any text matching in default listbox
Pass the highlighted state to custom Item component
Only show a transparent background on input box if there is no typeahead
Add screengrab GIF to README
Add Turnstone logo to README
Remove plugins argument from plugin render function
Revamp plugins so that each acts as a wrapper component around Container
Do not show typeahead unless there is more than one item in the dropdown
Update to package.json description
Add CHANGELOG
You can’t perform that action at this time.