Fabio Accetta

Results 2 issues of Fabio Accetta

Looking at row 72 of yii2-dynamic-form.js I see: ``` javascript $template.find('input[type="checkbox"], input[type="radio"]').each(function() { var inputName = $(this).attr('name'); var $inputHidden = $template.find('input[type="hidden"][name="' + inputName + '"]').first(); if ($inputHidden) { $(this).val(1); //...

I have a local working `https://wordpress.local` with a valid autogenerated local ssl certificate (green lock in all browsers), but if i try to configure `wpackio.server.js` this way: ``` host: 'localhost',...

good first issue
Type: Documentation
Status: PR Welcome
Priority: Low
hacktoberfest