kartik-v / yii2-widgets

Collection of useful widgets for Yii Framework 2.0
http://demos.krajee.com/widgets
Other
558 stars 177 forks source link

multiple dropdown #97

Closed dubeymahi48 closed 10 years ago

dubeymahi48 commented 10 years ago

Hey kartik can you give the idea regarding multiple select dropdown for the actionCreate and actionUpdate function, basically i want this multiple value stores in mutiple rows of database... This is not an issues.. Thank you...

kartik-v commented 10 years ago

The multiple select will return an array - so you need to receive the array via POST request and read it in your controller action. If I have time, I will see if I can create a web tip for this at http://webtips.krajee.com. Closing this as of now.