mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Only changed default width of datetimepicker for date-only inputs, as this does not work for side-by-side with time picker (references #14)
This commit is contained in:
@@ -39,7 +39,8 @@
|
||||
'limitEndToNow' => false,
|
||||
'limitStartToNow' => true,
|
||||
'invalidFeedback' => $L('A best before date is required and must be later than today'),
|
||||
'nextInputSelector' => '#best_before_date'
|
||||
'nextInputSelector' => '#best_before_date',
|
||||
'additionalCssClasses' => 'date-only-datetimepicker'
|
||||
))
|
||||
|
||||
<button id="save-inventory-button" type="submit" class="btn btn-success">{{ $L('OK') }}</button>
|
||||
|
Reference in New Issue
Block a user