Added Decimal Support in min transaction#1681
Conversation
zachgoll
left a comment
There was a problem hiding this comment.
Thanks for the fix! I think we may want to use our built in money_field here so that we can take advantage of the built-in precision handling that it offers. Here's an example of the usage:
This is made available via our custom form builder:
maybe/app/helpers/styled_form_builder.rb
Line 42 in 7e0ec4b
@zachgoll Updated the PR to include the suggested changes. Also updated the test to include the decimal scenario |
zachgoll
left a comment
There was a problem hiding this comment.
Awesome, looks great now! Thanks for the fix.
fixes: #1672