SfMultiSelect Placeholder FloatLabelType="FloatLabelType.Auto" not working

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>



3 Replies 1 reply marked as answer

BC Berly Christopher Syncfusion Team February 23, 2021 10:38 AM UTC

Hi Ashimaz, 

Greetings from Syncfusion support. 

We have checked the provided code in side the Dialog component. But the reported issue is not occurred at our end. So, we have prepared the sample and attached it below. 

 
Screenshot: 

 
So, please share the below details that will help us to check and proceed further at our end. 

  1. Modify the sample with reported issue

  1. Share the code of Dialog component rendering

  1. Syncfusion NuGet version

  1. Else, issue reproducing sample (if possible)
 
Regards, 
Berly B.C 



AS ashimaz February 27, 2021 02:08 PM UTC

Hi, I was having that issue in 18.4.34 Blazor Client, I have upgraded to 18.4.44 and its working fine, thank you.

Marked as answer

BC Berly Christopher Syncfusion Team March 1, 2021 08:23 AM UTC

Hi Ashimaz, 

We are glad to know that the issue is resolved at your end. Please let us know if you need further assistance on this. 

Regards, 
Berly B.C 


Loader.
Up arrow icon