form.php
14.4 KB
-
Passing a null $value to Form::submit(), Form::reset() or Form::button() was… · 31c730c9
Passing a null $value to Form::submit(), Form::reset() or Form::button() was throwing an Exception. I made the default $value = null for those methods. They result in the following respective valid HTML: <input type='submit'/> <input type='reset'/> <button></button> Signed-off-by: Jakobud <jake.e.wilson@gmail.com>
Jakobud committed