Paola De Bartolo
Paola De Bartolo
If I initialize the combobox with setEnabled(false), when trying to switch to setEnabled(true), the dropdown is not displaying. Here's an example to reproduce the issue: ``` Button toggleButton = new...
### Description I have a form with two textfields in it . On the first field's value change listener, a dialog gets open. This dialog is set to close on...
If I go to the index.html file and change the label (or remove it), it keeps displaying the default label. How do I update the label?
### Feature proposal Currently there seems not possible to add and remove custom controls dynamically (taken from https://github.com/FlowingCode/GoogleMapsAddon/issues/127#issuecomment-2113398747)
We need to rename the method as the naming was confusing. Close #127
When going through google maps platform [documentation regarding styling](https://developers.google.com/maps/documentation/javascript/style-reference), this message is being shown:  The mentioned linked is https://developers.google.com/maps/new-map-style-opt-in So this needs to be investigated.
Got this message while running the add-on:  The mentioned link is https://developers.google.com/maps/documentation/javascript/advanced-markers/migration This needs to be investigated.
This two properties have no effect on markers when set to true. - **animationEnabled**: property on google-map web-component is called **animation** and it expects a String that represents the type...
See https://github.com/FlowingCode/google-map/issues/19.
The question of whether the component supports [geocoding](https://developers.google.com/maps/documentation/javascript/geocoding) (search addresses and get coordinates) has been asked twice on the directory, so I'm creating this ticket to discuss if it is...