onKeyUp and toUpperCase()
Hi, I have a problem with uppercasing a field using onKeyUp.
onKeyUp="this.value = this.value.toUpperCase()"
It works and does upper case on the fly, but then when you use left arrow key to move anywhere in that field, the cursor jumps back and forth. You have to press and hold it for a second to make it go where you want, then when you press any key it overtypes and jumps back to the end of the field.
It's no drama, as onChange works ok, but you need to move focus off the field.
Has anyone experieced this behaviour?
Thanks