appbaseio / appbaseio/searchbox
renderNoSuggestion is shown before suggestion
Open
- Dominant language
- JavaScript
- Stars
- 193
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
` {
return (document.location.href = `/size/${source.slug}`);
}}
renderNoSuggestion={() => (
К сожалению база данных находится в фазе первичного накопления
информации.Список доступных типоразмеров{" "}
приведен тут:{" "}
)}
/>
`
in case of suggestions presented i get a nosuggestions rendering for a few moments before i get suggestions
Contributor guide
Research direction
Start with the SearchBox component and the renderNoSuggestion handling, then reproduce the example with autosuggest enabled and suggestions available. Trace the loading and suggestion-rendering states; done means the no-suggestion content is not displayed during the brief interval before suggestions appear.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend, search
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100