Igor Veremsky
Igor Veremsky
@schmunk42 by default `layout` option equals `false` so according to [this expression](https://github.com/dmstr/yii2-adminlte-asset/pull/181/commits/08191f9f755f2b0cbdbc33b17e420ca62b8e3a72#diff-3021b6c0c9e05c01d2f4cbf2565aae87R61) this changes is BC compatible. Because, only method `run()` rewrited, other variables, methods, functions added.
same problem with delete button
Create PR for this issue https://github.com/lusaxweb/vuesax/pull/725. For quick fix in builded source file you can change [`vuesax.common.js` file L3591-L3598](https://github.com/lusaxweb/vuesax/blob/master/dist/vuesax.common.js#L3591-L3598) to ```js return { change: (evt) => { _this.toggleValue(evt) }, //...
@YkkJeff @Pajicc PR with fix merged to master. Please give a feedback is it works for you after update?