Further i18nified Autocomplete

This commit is contained in:
Philipp Czora
2018-11-22 10:55:21 +01:00
parent c23e0f4610
commit 69910ab2c6
6 changed files with 37 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ class Autocomplete extends React.Component<Props, State> {
placeholder: "Type here",
loadingMessage: "Loading...",
noOptionsMessage: "No suggestion available"
}
};
handleInputChange = (newValue: SelectValue) => {
this.props.valueSelected(newValue);