Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8234981
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T18:39:13+00:00 2026-06-07T18:39:13+00:00

So I have a decimal field with precision 2 in the database, meant to

  • 0

So I have a decimal field with precision 2 in the database, meant to be used for currency. It works fine unless the last decimal place ends in 0, ie. 799.90. It will instead strip it to 799.9 when it’s displayed in the field. I know about number_with_precision, but I haven’t been able to use that helper method with the simple_form number field since it only takes a symbol and html options as arguments.

I figured then that I would need to create a custom input to extend simple_form’s default number_field, but the syntax doesn’t seem to be well documented, so I haven’t been able to figure out how I might call number_with_precision in the definition of this custom input.

I essentially want to do what the OP of this question Formtastic number field with decimal precision? wanted with formtastic. Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T18:39:15+00:00Added an answer on June 7, 2026 at 6:39 pm

    If you can do it with formtastic you can usually do it with Simple Form in my experience. Try this:

    <%= f.input :sales_price, :input_html => {value: number_with_precision(f.object.sales_price, precision: 2) } %>
    

    If using an input_field, then you don’t need the :input_html:

    <%= f.input_field :sales_price, value: number_with_precision(f.object.sales_price, precision: 2) %>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

in the sql server database I have a field that is type numeric. Precision
I have an items table in my MySQL database with a DECIMAL(10,2) field called
I have a database field defined as decimal(9,9). The edmx model in C# maps
I have an jQuery.autocomplete field presenting a limited range of decimal numbers. Ex: var
Surely I'm missing something pretty obvious... I have a field that is decimal with
Ok so i have a DECIMAL field called Score. (e.g 10.00 ) Now, in
I have 2 database fields `decval` decimal(5,2) `intval` int(3) I have 2 pdo queries
I have a zipcode field in a database that I just took over. Previously,
I have in database the field called Profit. In my application I calculating profit:
I have a decimal field for price on my schema and every time that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.