Eliminate wheel scroll on Ninja Forms number/currency mask fields
-
$(document).on("nfFormReady", function() { var an = AutoNumeric.getAutoNumericElement($("#id-of-your-elem")[0]); an.update({ modifyValueOnWheel: false, // this is the magical option currencySymbol: "$ ", onInvalidPaste: "ignore", selectOnFocus: false, minimumValue: 0 }); })
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Eliminate wheel scroll on Ninja Forms number/currency mask fields’ is closed to new replies.