Improved SelectionMap
This commit is contained in:
parent
2ef2fee802
commit
29f9a2d476
5 changed files with 106 additions and 76 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue