diff --git a/app/helpers/application_form_builder.rb b/app/helpers/application_form_builder.rb index 3292a1c6c35..dc3df84ba9c 100644 --- a/app/helpers/application_form_builder.rb +++ b/app/helpers/application_form_builder.rb @@ -39,6 +39,8 @@ def money_field(method, options = {}) value: money&.amount, "data-money-field-target" => "amount", placeholder: Money.new(0, currency).format, + min: -99999999999999, + max: 99999999999999, step: currency.step }