ydeshayes / googlePlaceAutocomplete

Wrapper on top of the material-ui AutoComplete component that use google place api
https://ydeshayes.github.io/googlePlaceAutocomplete/
26 stars 12 forks source link

How can I use this component with redux-form Field? #9

Closed MikeKoval closed 7 years ago

MikeKoval commented 7 years ago

I'd like to use this component inside redux-form Field, but I cannot make it working properly( Could you please help me?

ydeshayes commented 7 years ago

Hello,

did you try https://github.com/erikras/redux-form-material-ui ?

MikeKoval commented 7 years ago

Yes, thank you. I've run through code of your component and created similar one using autocomplete element from redux-form-material-ui