Kevin Powell - CommunityKP-C
Kevin Powell - Community15mo ago
27 replies
Dovah

How to change live input for input="text"?

To be more specific, if a user is typing something, I need to slightly change his input after specific requirements are met. Requirements are these:
1)Input="text" needs to only take numbers. Nothing else is permitted.
2)If first character user enters is "0" nothing is shown in input field.
3)When he enters his 4th number, "," is auto added in front of the first digit. Ex: "1,000"
4)Every next number moves comma to the next digit Ex: "10,000" ; "100,000"
5) When 7 digit number is typed, new comma is added in front of the first digit Ex: "1,000,000"
6)Repeat all that to the infinity
Was this page helpful?