Questions tagged [react-google-autocomplete]

No instructions have been provided for this tag as of now!

The dropdown menu for `react-google-autocomplete` does not appear when used with an MUI

Currently, I am attempting to create an Address form dialog using the Google Places API. The issue arises when I utilize the react-google-autocomplete's usePlacesWidget along with MUI TextField in a Material UI Dialog. The dropdown menu for Google Places ...