Added ellipsis to search placeholders

This commit is contained in:
Piotr Janosz
2019-07-22 23:07:23 +02:00
committed by fabioberger
parent 58cbc7a05f
commit e922299a55

View File

@@ -72,7 +72,7 @@ export const CustomAutoComplete: React.FC<IAutoCompleteProps> = ({
const getSectionSuggestions = (section: IHitProps): string => section.hits;
const inputProps = {
placeholder: 'Search docs',
placeholder: 'Search docs',
onChange,
value,
};