This commit is contained in:
mgabdev
2020-05-02 02:25:55 -04:00
parent e9f01c0b16
commit 196a906cec
62 changed files with 866 additions and 509 deletions

View File

@@ -30,8 +30,8 @@ class ListEditorSearch extends PureComponent {
onClear: PropTypes.func.isRequired,
};
handleChange = e => {
this.props.onChange(e.target.value);
handleChange = (value) => {
this.props.onChange(value);
}
handleKeyUp = e => {