Decimal value input component accepts only up to 1 million

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.

Does anyone know how to solve this problem?

You can just bind a value to whatever you’d like it to be. :smile:

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.