Clarify `numeralIntegerScale`
See original GitHub issueHey @nosir, thanks for this project.
You ought to clarify what numeralIntegerScale
entails in the docs, would have especially helpful if your releases included a breaking change section
In one project, we found out that this has affected all numerical values (including inputs which represented a money value such as a price of a product) of our app, where the value exceeded the length of 10
(default value to numeralIntegerScale
)
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
clarify-js - npm
Flatten and simplify javascript objects. Latest version: 0.1.0, last published: 5 years ago. Start using clarify-js in your project by ...
Read more >Cleave.js has a simple purpose: to help you format input text ...
You ought to clarify what numeralIntegerScale entails in the docs, would have especially helpful if your releases included a breaking change section.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I would disable defaulting to any numeral integer scale as it might confuse people. Whenever they opt into it, it’s an explicit choice.
Hi guys, fix released: https://github.com/nosir/cleave.js/releases/tag/v0.9.0 Cheers