Fix some form validation problems (closes #36)

This commit is contained in:
Bernd Bestel
2018-08-04 07:45:24 +02:00
parent 7eef4acd81
commit 6081b8ee67
8 changed files with 27 additions and 8 deletions

View File

@@ -23,7 +23,8 @@
@include('components.productpicker', array(
'products' => $products,
'nextInputSelector' => '#amount'
'nextInputSelector' => '#amount',
'isRequired' => false
))
<div class="form-group">