# Decimal value input component accepts only up to 1 million

**URL:** https://community.weweb.io/t/decimal-value-input-component-accepts-only-up-to-1-million/15536
**Category:** How do I?
**Tags:** design
**Created:** [January 24, 2025, 2:44am UTC](https://community.weweb.io/t/decimal-value-input-component-accepts-only-up-to-1-million/15536 "2025-01-24T02:44:36Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![jhonatafernandes](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/jhonatafernandes/32/8728_2.png) [@jhonatafernandes](https://community.weweb.io/u/jhonatafernandes)
#### Post date: [January 24, 2025, 2:44am UTC](https://community.weweb.io/t/decimal-value-input-component-accepts-only-up-to-1-million/15536/1 "2025-01-24T02:44:37Z")

</div>

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?

 ![WhatsApp Image 2025-01-23 at 23.43.30](https://us1.discourse-cdn.com/flex016/uploads/weweb/original/2X/d/dadf5fa82f626a4e6d0b63a2c2149f0d52515b7c.jpeg)

---

<div class="post-metadata">

### Author: ![Micah](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/micah/32/9102_2.png) [@Micah](https://community.weweb.io/u/Micah)
#### Post date: [January 24, 2025, 3:52am UTC](https://community.weweb.io/t/decimal-value-input-component-accepts-only-up-to-1-million/15536/2 "2025-01-24T03:52:03Z")

</div>

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

---

<div class="post-metadata">

### Author: ![jhonatafernandes](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/jhonatafernandes/32/8728_2.png) [@jhonatafernandes](https://community.weweb.io/u/jhonatafernandes)
#### Post date: [January 24, 2025, 2:10pm UTC](https://community.weweb.io/t/decimal-value-input-component-accepts-only-up-to-1-million/15536/3 "2025-01-24T14:10:51Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![TriGemini](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/trigemini/32/13013_2.png) [@TriGemini](https://community.weweb.io/u/TriGemini)
#### Post date: [March 31, 2025, 12:32pm UTC](https://community.weweb.io/t/decimal-value-input-component-accepts-only-up-to-1-million/15536/4 "2025-03-31T12:32:34Z")

</div>

Found any solution to this? I have the same issue - thinking that a work-around is a masked-edit instead).

---

<div class="post-metadata">

### Author: ![Slavo](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/slavo/32/13253_2.png) [@Slavo](https://community.weweb.io/u/Slavo)
#### Post date: [April 1, 2025, 4:43pm UTC](https://community.weweb.io/t/decimal-value-input-component-accepts-only-up-to-1-million/15536/5 "2025-04-01T16:43:51Z")

</div>

There is no limit. I just tried quickly with 1 trillion to make sure there is no bug there and it worked fine. Can you contact Daniel through online chat and share the URL to your project please?
