rungwiroon / BlazorGoogleMaps

Blazor interop for GoogleMap library
MIT License
309 stars 99 forks source link

Custom controls not being added in specified position #301

Closed valentasm1 closed 7 months ago

valentasm1 commented 7 months ago

Adding mapLegend control always add to same place. It is due wrong enum serialization.

valentasm1 commented 7 months ago

@Enritski https://www.nuget.org/packages/BlazorGoogleMaps/3.3.2 Adding select to MapLegend demo page helped a lot to understand and reproduce.