mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25: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:
2
gradle/changelog/doubled_autocomplete.yaml
Normal file
2
gradle/changelog/doubled_autocomplete.yaml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
- type: fixed
|
||||||
|
description: Disable combobox autocomplete
|
||||||
@@ -158,6 +158,7 @@ function ComboboxComponent<T>(props: ComboboxProps<T>, ref: ForwardedRef<HTMLInp
|
|||||||
id={props.id}
|
id={props.id}
|
||||||
placeholder={props.placeholder}
|
placeholder={props.placeholder}
|
||||||
onBlur={props.onBlur}
|
onBlur={props.onBlur}
|
||||||
|
autoComplete="off"
|
||||||
{...createAttributesForTesting(props.testId)}
|
{...createAttributesForTesting(props.testId)}
|
||||||
/>
|
/>
|
||||||
<OptionsWrapper className="is-absolute">{options}</OptionsWrapper>
|
<OptionsWrapper className="is-absolute">{options}</OptionsWrapper>
|
||||||
|
|||||||
Reference in New Issue
Block a user