onInputChange = (e) => {
        const { value } = e.target;
        this.setState({
            currentLocation: value,
        });