@Hynade you don’t understand the underlying mechanics
- start the field is empty.
- user types in field (internal value is still empty due to no setText being activated)
- user fires commit event not setting value
- 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.