Render Issue & Missing Data

The drop down list does not properly render and does not display the data which is a simple static yes/no. See the left side. That is not how it is supposed to look. 

Markup:

<ejs-dropdownlist id="chkQuestion" placeholder="Been convicted of a criminal offence?" index="2" popupHeight="220px" change="valueChange">
                                <e-dropdownlist-fields text="Yes" value="1"></e-dropdownlist-fields>
                                <e-dropdownlist-fields text="No" value="0"></e-dropdownlist-fields>
                            </ejs-dropdownlist>

See image below:


1 Reply

JM Jeyanth Muthu Pratheeban Sankara Subramanian Syncfusion Team July 17, 2020 03:55 PM UTC

Hi Allen,

By examining the screenshot you attached, we suspect that the dropdown you render on the left is not a Syncfusion one whereas the one on the center is ej2-dropdownlist. Moreover, we would like to know you that usage of tag helper e-dropdownlist-fields once is enough for each dropdownlist. If we misunderstood your query, kindly revert the exact scenario of where you are encountering the issue and code snippet of dropdownlist rendering. If possible provide video which demonstrates your issue.

Regards, 
Jeyanth. 


Loader.
Up arrow icon