--- In [email protected], "Matthew" <fume...@...> wrote: > > After more testing, I have an update: > > I have fixed it and created a new problem. I removed a keyUp event handler, > which formats the text value of the TimeInput and sets my editorDataField > correctly. Now I only listen for change and updateComplete events. Now, when > I delete hours, minutes, or seconds and then move outside the itemEditor, it > reverts to zero: Perfect. > > However, I now find that if I make a change in the TimeInput and click > outside (or tab or press enter), the value doesn't stick. It goes back to the > old value. However, if I click within the TimeInput after making a change, it > does. > > So, how does removing focus after making a change make me lose my value?
Does TimeInput have a valueCommit event?

