react-places-autocomplete icon indicating copy to clipboard operation
react-places-autocomplete copied to clipboard

Simple example doesn't define "loading"

Open ijkilchenko opened this issue 4 years ago • 0 comments

I think the line in the README should be changed from

const renderFunc = ({ getInputProps, getSuggestionItemProps, suggestions }) => (

to

const renderFunc = ({ getInputProps, getSuggestionItemProps, suggestions, loading }) => (

ijkilchenko avatar Nov 15 '20 04:11 ijkilchenko