mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-23 00:39:47 +01:00
Fix colors in autocomplete component (#1905)
Further fixes for the high contrast mode, modly regarded to the autocomplete component. This is a fixup for #1892 Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com>
This commit is contained in:
@@ -89,6 +89,7 @@ class Autocomplete extends React.Component<Props, State> {
|
||||
{creatable ? (
|
||||
<AsyncCreatable
|
||||
className="autocomplete-entry"
|
||||
classNamePrefix="autocomplete-entry"
|
||||
cacheOptions
|
||||
loadOptions={loadSuggestions}
|
||||
onChange={this.handleInputChange}
|
||||
@@ -110,6 +111,8 @@ class Autocomplete extends React.Component<Props, State> {
|
||||
/>
|
||||
) : (
|
||||
<Async
|
||||
className="autocomplete-entry"
|
||||
classNamePrefix="autocomplete-entry"
|
||||
cacheOptions
|
||||
loadOptions={loadSuggestions}
|
||||
onChange={this.handleInputChange}
|
||||
|
||||
Reference in New Issue
Block a user