You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When displaying an <input type="number"> inside an <AdvancedMarker />, every click triggers the following console message:
Focusable child elements in AdvancedMarkerElement are not supported. To make AdvancedMarkerElement focusable, use addListener() to register a "click" event on the AdvancedMarkerElement instance.
Description
When displaying an
<input type="number">
inside an<AdvancedMarker />
, every click triggers the following console message:Steps to Reproduce
See CodeSandBox, but somehow the Advanced Markers are not displaying
Environment
Logs
The text was updated successfully, but these errors were encountered: