Tag: formatting
-
Formatting number input with Rails, Bootstrap, SimpleForm and autoNumeric.js
Often you want to format your number inputs in a pretty and proper way for your users. Using Bootstrap and SimpleForm within your Rails application is a good way to start, but how will you deal with number formatting within your input field for decimal and thousands separators?