openexchangerates / accounting.js

A lightweight JavaScript library for number, money and currency formatting - fully localisable, zero dependencies.
http://openexchangerates.github.io/accounting.js
MIT License
4.95k stars 528 forks source link

in place formatting #36

Open dtrce opened 12 years ago

dtrce commented 12 years ago

Is it possible to do formatting on the text field in place? So as I am typing, it will add the commas.

Is there a sample/demo already available or do I have to implement it myself using the .bind?

wjcrowcroft commented 12 years ago

That sounds like a cool idea and definitely possible. I don't know of anybody who's done that yet, want to give it a try? I'd love to see whatever you come up.

daninfpj commented 11 years ago

This plugin does it: http://code.google.com/p/jquery-formatcurrency/

Would be definitely nice to see it on accounting.js

yanckst commented 5 years ago

Any news on this? It's very old and there's no activity since a while...