Displaying 1 result from an estimated 1 matches for "total_commission_".
2006 Nov 04
0
RJS not setting form input value correctly
...re out the issue with this one form element.
I have a form which contains several readonly/disabled (firefox/ie) form
elements.
ALL elements in the form are updated correctly EXCEPT this one form element.
The form element in the view looks as the following:
<input type="text" id="total_commission_<%= @product.id %>"
name="total_commission_<%= @product.id %>" value="<%=
number_to_currency(po_detail.commission, { :precision => 4 }) rescue nil %>"
disabled="true" readonly="readonly" style="width: 50%"/>
The RJS temp...