Aleksey Kravchenko

Results 5 comments of Aleksey Kravchenko

This problem appears because kartik file input adding ID attribute to file preview frame. I solved this by code in view file: ```PHP $js =

This problem appears because kartik file input adding ID attribute to file preview frame. I fix this by code in view file: ```PHP $js =

Hi! I faced the same problem. It was an absolutely strange solution with unique slugs. I had to use my own class for features. I overwrite getSlugOptions function ```php public...