I have set all my string fields to have left and right trim in the business object mapper. I have just noticed that if you try and enter a value such as "24 My Address" into a text box, the cursor jumps to the start each time a space is entered - it is impossible to enter a space.
Ideally, I am only trying to remove leading and trailing spaces rather than all spaces from the entire string.
Have I missed something?
Thanks in advance,
Aaron