Benjamin Blue
Results
3
comments of
Benjamin Blue
Current solution is to just add in a twitter style counter (-(num characters over limit) shows up next to the text when you type too many
The only solution for this that worked for me was force npm installing react-text-mask...not ideal
Just for reference this is how my team is handling significant digits and all after studying some other solutions people came up with in here, thanks: ``` export const formatNumber...