<div class="col-6">
<SfDropDownList @ref="MandantDropDown" TValue="string" TItem="Mandant" PopupHeight="230px" Value="@SelectedMandantStr" Placeholder="Einrichtung" DataSource="@Mandants" FloatLabelType="@FloatLabelType.Auto">
<DropDownListEvents TValue="string" ValueChange="@(args => onChangeMandant(args))"></DropDownListEvents>
<DropDownListFieldSettings Text="Bezeichnung" Value="MandantId"></DropDownListFieldSettings>
</SfDropDownList>
</div>
Hi good day sir. I encountered the same issues eventhough my version is the latest one 20.2.0.50
Hi Mohamad,
We request you to provide additional details about the query as mentioned below, This will help us validate the query further and provide you with a better solution.
1. Are you facing the issue in any particular scenario?
2. Is the DropdownList component rendered within any other component or alone?
3. Simple issue reproducing runnable sample (or modify the shared sample as per your scenario).
4. Issue replication steps.
5. Video illustration of the issue.
Udhaya Kumar D