I am trying to use an input that adds a comma separator when entering a number(10,000)
I know that there is an amount field input, which adds the comma when the mouse leaves the amount input, but I need the comma to be displayed in real time when the user is typing the number.
I would like to know if anyone knows a solution for this.
Broberto is in every thread I am interested in as it seems =) Hi,
I tried the same thing but could not find a solution as all docs and also the ai is telling us to use javascript to change the mask and not only a pattern. It seems as it is not possible without, right?
Hi @luka if I put a pattern (000,000,000) in masked input pattern it is separating the input but it is doing it from left to right (for ex: 123,45) how do I make it (12,345)?