taucher
Posts: 0
Joined: Fri Apr 17, 2015 6:06 am

Dynamically add commas/dots to number input

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,

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Dynamically add commas/dots to number input

Hello,

You have to put only valid numbers into input with type=number.
E.g.:
Apperyio("myInput").val('1.23');

taucher
Posts: 0
Joined: Fri Apr 17, 2015 6:06 am

Dynamically add commas/dots to number input

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.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Dynamically add commas/dots to number input

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.

Return to “Issues”