Disable combobox autocomplete

Squash commits of branch bugfix/doubled_autocomplete:

- Disable combobox autocomplete

- Add changelog entry



Committed-by: Thomas Zerr <thomas.zerr@cloudogu.com>
This commit is contained in:
Florian Scholdei
2023-09-12 09:27:31 +02:00
parent 93a23466ff
commit 8fd8c0567d
2 changed files with 3 additions and 0 deletions

View File

@@ -158,6 +158,7 @@ function ComboboxComponent<T>(props: ComboboxProps<T>, ref: ForwardedRef<HTMLInp
id={props.id}
placeholder={props.placeholder}
onBlur={props.onBlur}
autoComplete="off"
{...createAttributesForTesting(props.testId)}
/>
<OptionsWrapper className="is-absolute">{options}</OptionsWrapper>