Paola De Bartolo

Results 12 issues of 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...

vaadin-dialog
Severity: Minor
Impact: Low
known issue

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: ![image](https://github.com/FlowingCode/GoogleMapsAddon/assets/30666649/3b860560-27ec-4fca-8963-e37f88c84298) The mentioned linked is https://developers.google.com/maps/new-map-style-opt-in So this needs to be investigated.

investigation

Got this message while running the add-on: ![image](https://github.com/FlowingCode/GoogleMapsAddon/assets/30666649/8b36791c-ee57-411f-8e37-35b56ed388fb) The mentioned link is https://developers.google.com/maps/documentation/javascript/advanced-markers/migration This needs to be investigated.

EPIC

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...