Prevent no items message from displaying whilst items are being fetched

This commit is contained in:
Tom Southall
2022-03-15 15:41:32 +00:00
parent aad534f187
commit cbe957195d
5 changed files with 7 additions and 6 deletions

View File

@@ -86,7 +86,6 @@ const App = () => {
placeholder={placeholder}
plugins={[[recentSearchesPlugin, {ratio: 2, name: 'Recent', limit: maxItems}]]}
styles={autocompleteStyles}
text="bar"
typeahead={true}
Cancel={CancelButton}
Clear={ClearButton}