We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6fab32 commit a5f3f5aCopy full SHA for a5f3f5a
src/components/inputSearch/inputSearchStandAlone.tsx
@@ -43,7 +43,7 @@ export const InputSearchStandAloneComponent = (
43
aria-controls={props.open ? getAriaControls(props.optionList, ariaControls) : undefined}
44
aria-expanded={props.open}
45
aria-haspopup={PopoverComponentType.DIALOG}
46
- autocomplete={AUTOCOMPLETE_TYPE.OFF}
+ autocomplete={props.autocomplete || AUTOCOMPLETE_TYPE.OFF}
47
icon={{
48
...props.icon,
49
onClick: props.icon?.onClick,
0 commit comments