Dropdownlist is not in the right place

In a dialog I placed a DropDownList like that:


<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>


as soon the Dropdownlist appears, it appears on the left bootom side of the screen (should be displayed under the Dropdown)


Attachment: dropdown.png_cdfeb49c.zip

8 Replies 1 reply marked as answer

BC Berly Christopher Syncfusion Team June 17, 2020 04:01 PM UTC

Hi Matthias, 
  
Greetings from Syncfusion support.  
  
We have confirmed the reported issue “popup misalignment issue in drop-down” as a bug at our end. So, we will provide custom NuGet for this issue on tomorrow (18th June 2020). Please track the below feedback to know about the feedback. 
  
  
Regards, 
Berly B.C 



PO Prince Oliver Syncfusion Team June 17, 2020 04:29 PM UTC

Hi Matthias, 
 
We have resolved the the issue “popup misalignment in dropdownlist” and the fix is available in the latest NuGet version 18.1.0.58. 
 
 
We suggest you upgrade to the latest version to resolve the issue. 
 
Regards, 
Prince 


Marked as answer

MH Matthias Hartmann June 18, 2020 06:01 AM UTC

Wow you're really fast!Thank you
Regards Matthias


SP Sureshkumar P Syncfusion Team June 18, 2020 06:31 AM UTC

Hi Matthias, 
 
Thanks for your update. Please get back to us if you need any further assistances on this. 
 
Regards, 
Sureshkumar P 



JA José Alejandro Corona Briseño June 19, 2020 12:17 AM UTC

Hi,

I have the same issue, even on 18.1.0.58.
Here is my code.

<SfDropDownList TValue="int?" TItem="PartnerAppVM" Placeholder="Select a partner app"
                                                 DataSource="@PartnerAppList" @bind-Value="@partnerAppId">
                                    <DropDownListFieldSettings Value="Id" Text="Name"></DropDownListFieldSettings>
                                </SfDropDownList>

Can you please help me?


SP Sureshkumar P Syncfusion Team June 19, 2020 01:14 PM UTC

Hi José, 
 
Thanks for your update. 
 
Based on your shared information, we could not get any information about your issue. We have created the sample with 18.1.58 version and could not replicate the issues from our end. please check the below attached sample and please share your faced issues with issue replication procedure that will help us to provide exact solution as earlier as possible. 
 
 
Regards, 
Sureshkumar P 



MN Mohamad Nur Fitri September 26, 2022 02:47 PM UTC

Hi good day sir. I encountered the same issues eventhough my version is the latest one 20.2.0.50



UD UdhayaKumar Duraisamy Syncfusion Team September 27, 2022 04:08 PM UTC

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.


Regards,

Udhaya Kumar D


Attachment: DropDown_a3efb07.zip

Loader.
Up arrow icon