Skip to content

Commit a5f3f5a

Browse files
author
Hector Arce De Las Heras
committed
Include autocomplete prop on inputSearch
1 parent b6fab32 commit a5f3f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/inputSearch/inputSearchStandAlone.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const InputSearchStandAloneComponent = (
4343
aria-controls={props.open ? getAriaControls(props.optionList, ariaControls) : undefined}
4444
aria-expanded={props.open}
4545
aria-haspopup={PopoverComponentType.DIALOG}
46-
autocomplete={AUTOCOMPLETE_TYPE.OFF}
46+
autocomplete={props.autocomplete || AUTOCOMPLETE_TYPE.OFF}
4747
icon={{
4848
...props.icon,
4949
onClick: props.icon?.onClick,

0 commit comments

Comments
 (0)