I feel that this should be pretty simple but I don't remember having done it before ...
I have several text fields on a view. All of these are bound to an object in the view's custom properties. I want to update the config database table any time one of the text fields is updated - either by pressing Enter or losing focus.
What's the most intuitive other than adding a Save button? I suspect that onCompositionEnd
is the one I want but it doesn't seem to do the business.