I was implementing multi-select dropdown in custom form control. To do that I had implemented custom form control with multi-select dropdown. The UI part is working well as expected but when we submit multiple values it is accepting only single value and storing it in Database.So How could I submit multiple values to the server.
↧