<input id="resourcelistcontrol" ej-dropdownlist e-datasource="resourceList" e-fields-id="idResource" e-fields-text="Name" e-value="scheduledate.idResource" />
Hi Steve,
Thank you for using Syncfusion products
We analyzed your query, but we are unable to reproduce the reported issue. When we submit the form, the value of selected item in DropDownList gets posted in form submit.
We have prepared a simple sample based on your requirement. Please get the sample from the following location:
In this sample, if we submit the form then we will get the value of the selected item in alert box. We have achieved this using ng-submit to showcase the posted value in form submit.
Please check with the given sample. If we have misunderstood your query, please provide more details on your query or else please reproduce the issue in the given sample and revert us the modified sample and that will be helpful for us to provide the prompt solution.
Please let us know if you have further queries,
Regards,
Sasikala Nagarajan
<input id="bookSelect" ej-dropdownlist e-datasource="dataList" e-fields-id="empid" e-fields-value="empid" e-fields-text="text" e-value="value" /> |