yii2-multiple-input icon indicating copy to clipboard operation
yii2-multiple-input copied to clipboard

Yii2 widget for handle multiple inputs for an attribute of model

Results 37 yii2-multiple-input issues
Sort by recently updated
recently updated
newest added

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 ``` ``` ![Снимок экрана 2022-05-24...

When you delete a field that is not the last one, the array is converted into an object. For example, if I do not delete input, the string has the...

Hi, as written in the title, if I set 'addButtonPosition' like MultipleInput::POS_ROW_BEGIN the add button is shown under the first column ![button_pos](https://user-images.githubusercontent.com/9607089/135986734-b3dbbdea-6c06-4df3-9415-b780bfe09ebd.png) 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...

bug: verification

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. Метод...

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.