yii2-multiple-input
yii2-multiple-input copied to clipboard
Yii2 widget for handle multiple inputs for an attribute of model
I don't know how to organize the update part. If someone can help I will be grateful. Or suggest an alternative option. Controller: ```php public function actionUpdate($id) { /** @var...
Fixed => Uncaught TypeError: Cannot read properties of undefined (reading 'settings')
The issue is with add button which is not showing on the update action. Only showing in a createAction. Probably issue with js. my update.php ``` ```  how can I solve this? Thanx
I have a dropdown and a DepDrop for each row. When there is an error in submission, only the DepDrop value is lost since there is a function to retrieve...
The Field even works visually, but it puts "name" attributes in the html meaningless which leads to an incorrect request not being able to save correctly. ### expected ```HTML ```...
1. Возможные имена для input ClassName[attr][index][field] attr[index][field] Если нет колонок или колонка одна и field есть в модели. Я бы добавил еще условие равенства имён attr=field. ClassName[field][index] field[index] 2. Метод...
Possible fix of #347
can i add field one by one field for tabular input? Do not use 'column' for each field. Because I need colspan in some td. Thanks.