Closed
Description
We use our own API to get completions.
The task is to display last searches and last viewed users when search query is empty.
tried to call this.getSources
with empty query, in initial onStateChange
, but unsuccessfully
onStateChange({ state, setQuery, setIsOpen, refresh }) {
if (!state.query) {
this.getSources({ query: '' })
}
}
our API is requested successfully but completions aren't show
Metadata
Metadata
Assignees
Labels
No labels