I've opened a ticket and awaiting a response, but I think I just found a bug with the Vision Text Area component. If I use a regular keyboard and update a value in a text area, my named query update binding works as expected, but if I have a touchscreen and use the on-screen keyboard to change the value, the binding never fires after pressing enter on the on-screen keyboard, and even after losing focus, it also never updates.
As a test, I put a propertyChange script on it also to just show a message box with the new value whenever the text property changes, and it does the same. It never fires with the on-screen keyboard (even after focus loss), but using a regular keyboard after losing focus, it fires.
Anyone else seen this? Any fixes or anything I'm missing while I wait on support?
Edit: Support came back with an internal bug ticket IGN-2441 which I tagged in the title now for reference, but they suggested trying to run my update to my database using the focusLost event, which is working as a workaround.