diff --git a/app/views/valuation/spending_proposals/edit.html.erb b/app/views/valuation/spending_proposals/edit.html.erb
index eb8c275d4..215998b3b 100644
--- a/app/views/valuation/spending_proposals/edit.html.erb
+++ b/app/views/valuation/spending_proposals/edit.html.erb
@@ -6,12 +6,12 @@
<%= f.label :price, "#{t('valuation.spending_proposals.edit.price')} (#{t('valuation.spending_proposals.edit.currency')})" %>
- <%= f.text_field :price, label: false %>
+ <%= f.number_field :price, label: false %>
<%= f.label :price_first_year, "#{t('valuation.spending_proposals.edit.price_first_year')} ( #{t('valuation.spending_proposals.edit.currency')})" %>
- <%= f.text_field :price_first_year, label: false %>
+ <%= f.number_field :price_first_year, label: false %>