SetText with empty Text no longer working

@Hynade you don’t understand the underlying mechanics

  1. start the field is empty.
  2. user types in field (internal value is still empty due to no setText being activated)
  3. user fires commit event not setting value
  4. code sees empty == empty so it does nothing.

You can probably fix it by binding the on change function setting the text of the editable field.