react-places-autocomplete
react-places-autocomplete copied to clipboard
Refactor example code in README.md
Summary
Changed example usage code.
- Added example of passing selected value to props.onSelect inside handleSelect
- Added showDropdown state to hide dropdown when there is no address and input is not focused. This change was required because dropdown was still present in the UI if it has paddings in styles.