I have other drop-down list components in other pages and they work just fine, both on PC or mobile.
But for some reason which I can't tell..
The drop-down component I have here misbehaves on mobile view but show well on PC.
It either doesn't show or appears hidden on top.
what may cause this ?
<SfDropDownList TValue="string"
TItem="Level"
FloatLabelType="@FloatLabelType.Auto"
Placeholder="Select Level"
DataSource="@LevelLocalData"
@bind-Value="addeditOrderLine.CourseOrderLevel">
<DropDownListFieldSettings Value="ID" Text="Text"></DropDownListFieldSettings>
</SfDropDownList>
<ValidationMessage For="@(() => addeditOrderLine.CourseOrderLevel)" />
<br />
<SfDropDownList TValue="string"
TItem="Tuition"
FloatLabelType="@FloatLabelType.Auto"
Placeholder="Select Mode of Tuition"
DataSource="@TuitionLocalData"
@bind-Value="addeditOrderLine.CourseOrderTuition">
<DropDownListFieldSettings Value="ID" Text="Text"></DropDownListFieldSettings>
</SfDropDownList>
<ValidationMessage For="@(() => addeditOrderLine.CourseOrderTuition)" />
Hi Berly,
Hi
Dineshkumar,
Sure, anytime!
Hello
Berly
Thanks for the feedback, thanks for your time.
i decided to make it searchable dropdown list to get rid of that problem so its fine.
I updated my project to .net 6 and now using Visual studio 2022.
All of a sudden, a dropdown list that has been working just fine, is now misbehaving like the other one.
Hi Ponmani
The problem was, the dropdown list displays at the back of the dialog box if allowfiltering=true, It only started after i updated Syncfusion.Blazor to 19.3.0.57
I decided to downgrade back to 19.3.0.43 and its working like it was before.
so can i say the problem was with the update ?
|
.custom.e-popup{
z-index: 2147483648;
} |