Added ellipsis to search placeholders
This commit is contained in:
committed by
fabioberger
parent
58cbc7a05f
commit
e922299a55
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user