I have an input where I will parse a number out of the text (has commas ect) when sending to the form. What is the easiest way to do this? Do I have to break the normal form submit behaviour and get the number out with a js function?
Adobe flex had a concept of an itemRenderer, which would render the value differently than an itemEditor, but I am not aware of an equivalent in HTML.