Auto focus the amount field on the qu plural form testing page (references #261)

This commit is contained in:
Bernd Bestel 2019-09-18 20:27:35 +02:00
parent 346b589534
commit 9f18b75526
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
2 changed files with 3 additions and 1 deletions

View File

@ -36,3 +36,5 @@ if (GetUriParam("qu") !== undefined)
$("#qu_id").val(GetUriParam("qu"));
$("#qu_id").trigger("change");
}
$("#amount").focus();

View File

@ -28,7 +28,7 @@
@include('components.numberpicker', array(
'id' => 'amount',
'label' => 'Amount',
'min' => 0.0001,
'min' => 0,
'step' => 1,
'isRequired' => false,
'value' => 1