Alessio Giacobbe

Results 2 issues of Alessio Giacobbe

This should fix #147 this change is needed if submit actions are redefined otherwise createHiddenInputElement() will not be called on submit

Hi! I'm having some problems trying to filter products on my moltin-based website. as told in the documentation i use : `$result = $moltin->products->filter([ 'has' => ['name' => $query] ])->all()->data();`...