Reply To: How to create a Discount?

#2223
RRowley
Participant

Until I am able to make this change official, you can make the following modification to line 37 of the include/js/globalizedNumberValidator.js file. Make the line read as follows:
let pattern = '^-?';
This allows an optional leading minus sign on numeric fields.