SfMultiSelect Placeholder FloatLabelType="FloatLabelType.Auto" not working properly when open via SfDialog, the data and label is overlaping.
Using meterial theme.
<SfMultiSelect TValue="List<int>" TItem="SimpleList" Mode="@VisualMode.CheckBox" @bind-Value="@_myAudience" DataSource="@_audienceSimpleList" Placeholder="Audience" FloatLabelType="FloatLabelType.Auto">
<MultiSelectFieldSettings Text="Name" Value="Id" />
</SfMultiSelect>