I have a strange issue. I have a textfield in a scaffold :
- When the text entered in this field ends by a ">" (aka bigger-than) the field gets blank (and doesn't pass the validation because it's required).
- If I add a space (or anything else) after the trailing ">" it works.
- I did some tests and it seems the content of the field is deleted from the very beginning : in the beforeValidation() stage the value is already cleared.