mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 09:11:11 +00:00
Improved number input initial value decimal handling
This commit is contained in:
@@ -107,7 +107,8 @@
|
||||
'contextInfoId' => 'price-hint',
|
||||
'invalidFeedback' => $__t('The price cannot be lower than %s', '0'),
|
||||
'isRequired' => false,
|
||||
'additionalGroupCssClasses' => 'mb-1'
|
||||
'additionalGroupCssClasses' => 'mb-1',
|
||||
'additionalCssClasses' => 'locale-number-input locale-number-currency'
|
||||
))
|
||||
|
||||
<div class="form-check form-check-inline mb-3">
|
||||
|
Reference in New Issue
Block a user