Matviy

Results 10 comments of Matviy

Any news? This extention is very helpfull(

> > > > I don`t clearly understand, what we shold do, if there are separate FormModel, with the help of which the main ActiveRecord model is manipulated. Can i...

Figured this out. Just attach behavior to the ActiveRecord model ("User", for example), then in UserForm model BEFORE saving User model with new data perform this: `$this->user->image = UploadedFile::getInstance($this, 'image');`...

Same question too. Thats the problem. I cant use these fonts in my theme

Tried master branch, same result. My code is: ```

> > > downgrade to "2amigos/yii2-ckeditor-widget": "2.1.1" for now Cannot do this: ``` Your requirements could not be resolved to an installable set of packages. Problem 1 - Can only...

It looks like problem is still here? On the new project i need downgrade too(

In the case of, for example, an online store, there may be many products on one page, and for each product the main photo is displayed. Other variants also happen

> With bootstrap4 when client validation fails the `error msg contens` is still hidden. The problem is that input element is wrapped in `` parent. When moving the error msg...