You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<SearchBox id="search-component" dataField={[ 'name', 'name.autosuggest', 'name.delimiter', 'name.lang', 'name.search', 'name.synonyms' ]} placeholder="Поиск батареек по маркировке типоразмера" autosuggest={true} size={10} showVoiceSearch //sortBy='asc' autoFocus onValueSelected={(value, cause, source) => { return (document.location.href = /size/${source.slug}); }} renderNoSuggestion={() => ( <div> К сожалению база данных находится в фазе первичного накопления информации.Список доступных типоразмеров{" "} <a href="https://batteryhelp.ru/list">приведен тут:</a>{" "} </div> )} /> </SearchBase>
in case of suggestions presented i get a nosuggestions rendering for a few moments before i get suggestions
The text was updated successfully, but these errors were encountered:
<SearchBox id="search-component" dataField={[ 'name', 'name.autosuggest', 'name.delimiter', 'name.lang', 'name.search', 'name.synonyms' ]} placeholder="Поиск батареек по маркировке типоразмера" autosuggest={true} size={10} showVoiceSearch //sortBy='asc' autoFocus onValueSelected={(value, cause, source) => { return (document.location.href =
/size/${source.slug}); }} renderNoSuggestion={() => ( <div> К сожалению база данных находится в фазе первичного накопления информации.Список доступных типоразмеров{" "} <a href="https://batteryhelp.ru/list">приведен тут:</a>{" "} </div> )} /> </SearchBase>
in case of suggestions presented i get a nosuggestions rendering for a few moments before i get suggestions
The text was updated successfully, but these errors were encountered: