|
<div class="dropdown-wrapper">
<span style="width: 50%"></span>
<div style="width: 50%">
<ejs-dropdownlist
id="dropdownlist"
ref="dropdownObj"
placeholder="Select a country"
:popupWidth="'700px'"
:width="'700px'"
:dataSource="dataSource"
:fields="fields"
></ejs-dropdownlist>
</div>
</div>
|