fix(search): Address Github PR comments

Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
This commit is contained in:
Carlos Esteban Lopez
2023-04-19 11:56:30 -05:00
committed by Carlos Lopez
parent 46310ee03f
commit 87efd07490
3 changed files with 6 additions and 8 deletions
@@ -164,7 +164,6 @@ export const SearchBarBase: ForwardRefExoticComponent<SearchBarBaseProps> =
endAdornment: clearButton ? endAdornment : defaultEndAdornment,
}}
inputProps={{
'aria-label': 'Search',
...defaultInputProps,
}}
fullWidth={fullWidth}