User Tools

Site Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
dealing_with_prices [2019/03/05 18:46] – [Rounding to Display Precision] Traumflugdealing_with_prices [2019/03/05 22:11] (current) – [Rounding to Display Precision] Add the onchange trick. Traumflug
Line 72: Line 72:
 <input type="text" <input type="text"
        value="{displayPriceValue price=$field['value']}"        value="{displayPriceValue price=$field['value']}"
 +       onchange="this.value = this.value.replace(/,/g, '.');"
        [...]        [...]
 /> />
dealing_with_prices.txt · Last modified: 2019/03/05 22:11 by Traumflug