mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
Auto focus the amount field on the qu plural form testing page (references #261)
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
@include('components.numberpicker', array(
|
||||
'id' => 'amount',
|
||||
'label' => 'Amount',
|
||||
'min' => 0.0001,
|
||||
'min' => 0,
|
||||
'step' => 1,
|
||||
'isRequired' => false,
|
||||
'value' => 1
|
||||
|
Reference in New Issue
Block a user