Hello, I would like to know if anyone has encountered this issue. The maximum value for a decimal input is set to 1 million. However, the business rules of my SAAS require this limit to be much higher than 1 million.
It doesn’t work if the maximum value is changed. Even setting a number greater than 1,000,000, the “SUBMIT” action of the form where this input is located doesn’t work. It only works if the input value is less than or equal to 1,000,000.