Allow more decimal points for currency input

Service/Organiser Fees
This commit is contained in:
Sebastian Schmidt 2018-09-14 20:29:25 +10:00
parent f7c5a97b98
commit d4c7214cc4
1 changed files with 2 additions and 1 deletions

View File

@ -39,6 +39,7 @@
step: 0.1,
decimals: 2,
verticalbuttons: true,
forcestepdivisibility: 'none',
postfix: '%',
buttondown_class: "btn btn-link",
buttonup_class: "btn btn-link",
@ -47,7 +48,7 @@
$("input[name='organiser_fee_fixed']").TouchSpin({
min: 0,
max: 100,
step: 0.1,
step: 0.01,
decimals: 2,
verticalbuttons: true,
postfix: '{{$event->currency->symbol_left}}',