Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Unwanted height is added when combobox is render inside the e-template class only in Maui blazor app.

Note: This issue is only occurs in android emulator.


Code Snippet:

<div class="e-template">
<SfComboBox @ref="ZoomCombo" TValue="string" TItem="ZoomValues" Readonly="false" Width="95px" PopupWidth="110px" style="min-width:58px" DataSource="@ZoomData" ShowClearButton="false" PopupHeight="450px">
<ComboBoxFieldSettings Value="Text" Text="Text"></ComboBoxFieldSettings>
</SfComboBox>
</div>

Replication Procedure:

  1. Run the sample in maui android emulator.
  2. inspect div element

Expected: no height should added to div

Actual: height is added to div