I have a text input field that has a 'text' property bound to a Model Locator variable. I would like the size of this field to change based on the width of the bound text, however I can't find a way to trigger this. When the user changes the text manually it is not a problem to use the 'change' event or 'textInput' event, but when the text property is changed through a modification of the bound model locator value, the field doesn't trigger any event that I can find.
Any thoughts on how to handle this? - Kevin

