react-google-autocomplete
react-google-autocomplete copied to clipboard
Adding form fields dynamically to the page
I have my code set up as follows:
The code is simplified, but the behavior stands -> When the input is loaded into the DOM dynamically, it does not initialize google maps. If I make the form available at load, it works. In my code it's actually within a modal.
Is there a way to do this?