Improved SelectionMap

This commit is contained in:
vjrj 2017-12-11 18:23:24 +01:00
parent 2ef2fee802
commit 29f9a2d476
5 changed files with 106 additions and 76 deletions

View file

@ -9,10 +9,10 @@ class SubsAutocomplete extends React.Component {
super(props);
this.state = {
address: '',
}
};
}
onChange = (address) => { this.setState({ address }) }
onChange = (address) => { this.setState({ address }); }
handleSelect = (address) => {
const self = this;