mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-30 01:05:18 +02:00
fix autocomplete bug (#855)
This commit is contained in:
parent
57b5ea8820
commit
1ecf619892
@ -168,6 +168,7 @@ class Autocomplete extends React.Component {
|
||||
|
||||
onChange && onChange(newList);
|
||||
onItemSelected && onItemSelected(selectedItem.id);
|
||||
this.searchApi("", newList);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user