fix: set original value for TypeaheadDropdown component
This commit is contained in:
committed by
Adolfo R. Brandes
parent
cfe19894d1
commit
a94df2fdf0
@@ -90,7 +90,7 @@ class TypeaheadDropdown extends React.Component {
|
||||
this.setValue(opt);
|
||||
this.setState({ displayValue: opt });
|
||||
} else {
|
||||
this.setValue(normalized);
|
||||
this.setValue(value);
|
||||
this.setState({ displayValue: value });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user