Posts by alisonmelo • 1 point
2 posts
-
0
votes1
answer343
viewsA: Percentage mask with React-input-Mask in React js with typescript
I got the solution without using a lib just using the toLocaleString https://www.w3schools.com/jsref/jsref_tolocalestring_number.asp created a function //regexs para converter e mascara. const…
-
-1
votes1
answer343
viewsQ: Percentage mask with React-input-Mask in React js with typescript
I have to create a mask for an input in the project we are already using the React-input-Mask https://github.com/sanniassin/react-input-mask#beforemaskedstatechange The solution does not necessarily…