a sign for a negative number
minusSign:"-"
You can define minusSign as an array with two elements (opening and closing brackets) only when the minusPosition property is set to "parentheses".
minusPosition:"parentheses",
minusSign:["(",")"]
Back to top