Allow more decimal points for currency input
Service/Organiser Fees
This commit is contained in:
parent
f7c5a97b98
commit
d4c7214cc4
|
|
@ -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}}',
|
||||
|
|
|
|||
Loading…
Reference in New Issue