diff --git a/_test/types/DecimalTest.php b/_test/types/DecimalTest.php index 52232cf2..cd531ebb 100644 --- a/_test/types/DecimalTest.php +++ b/_test/types/DecimalTest.php @@ -65,6 +65,8 @@ public function validateSuccessProvider() ['-5.5', '', '4.5'], ['-5,5', '', '4.5'], ['5.5645000', '', ''], + ['00055', '', ''], + ['-00055', '', ''], // boundaries ['0', '0', ''], ['0', '', '0'], diff --git a/action/edit.php b/action/edit.php index 285feff7..78b01b0c 100644 --- a/action/edit.php +++ b/action/edit.php @@ -173,8 +173,8 @@ public function makeField(Value $field, $name) $hide = ''; } - $html = '
'; - $html .= "