Hello,
How can i add commas/dot to number input when keyup event is triggered?
I tried lots of js plugins but couldn't make it work. There should be an easy way with js.
Thanks,
Hello,
How can i add commas/dot to number input when keyup event is triggered?
I tried lots of js plugins but couldn't make it work. There should be an easy way with js.
Thanks,
Hello,
You have to put only valid numbers into input with type=number.
E.g.:
Apperyio("myInput").val('1.23');
Hi Sergiy,
I want to do : When user entering the money number in input(type=number), I want to convert code1000000/code to code1,000,000/code dynamically.
We are very sorry, but custom JS is something outside the scope (http://devcenter.appery.io/support-po...) of our support. I'm sure there are a lot of solutions in the internet.