My use case is as the filename input for a file browser widget. The value could change when a user clicks a file listing, or they could type, so you can see why an onChange event might be useful. Not too hard to edit UIInput myself to add it, but it seems like a natural fit for an input text field.
Thanks!