stovesy
stovesy
I’ve not used this for nested forms. My scenario was two separate forms at root level. I will investigate On Fri, 22 Nov 2019 at 13:32, senemgenberova wrote: > Did...
I too have the same experience. Malware is present, yet the scanner fails. I had to use strace -e trace=file to discover the offending php scan file. It would be...
Actually the same problem occurs with the stock Yii2 MaskedInput widget. Maybe somethign has changed due to Upgrading bower-asset/inputmask (3.3.11 => 5.0.9-beta.32. Quite a jump.
Uncaught SyntaxError: expected expression, got '
class MaskedInputAsset extends AssetBundle { public $sourcePath = '@bower/inputmask/dist'; public $js = [ 'jquery.inputmask.js', ]; public $depends = [ 'yii\web\YiiAsset', ]; } Fixes it for me, but I've no experience...
The above changed fixed the issue I was having...