diff --git a/views/purchase.blade.php b/views/purchase.blade.php index 8e20ba0e..161462cd 100644 --- a/views/purchase.blade.php +++ b/views/purchase.blade.php @@ -45,7 +45,7 @@ 'id' => 'price', 'label' => 'Price', 'min' => 0, - 'step' => 0.01, + 'step' => 0.0001, 'value' => '', 'hint' => $__t('in %s per purchase quantity unit', GROCY_CURRENCY), 'invalidFeedback' => $__t('The price cannot be lower than %s', '0'),