leonardojulius

Results 4 comments of leonardojulius

May I see your JS? since its dynamic use class instead of ID.. cloning Issue its on the js side, what I did is preventing the multiple fire of same...

Download my TextFile and Copy all Code and try temporary replace to see if work, Just back up your old one @Web->Assest->Folder then Press Controll F find yii2-dynamic-form.js Note not...

Try change the min=>1 to 0 or 0 to 1 'widgetItem' => '.item', // required: css class ....... 'min' => 1, // 0 or 1 (default 1) - '..... ......

Hey man @i-coder change `return isset(self::$users[$id]) ? new self(self::$users[$id]) : null;` to `return static::findOne(['id' => $id, 'status' => self::STATUS_ACTIVE]);`