mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 00:15:44 +01:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user