Change submenu value

I would like to dynamically change the value (as it is displayed) of a submenu item.

See snippet here: http://webix.com/snippet/37964072

It looks like the underlying value IS changing (see the webix.message alert).

But the way it is displayed within the menu is not changing.

Can you advise?

Thanks

Hello,

You need to refresh the submenu where the desired item is located, not the whole menu. Please, check the following snippet: http://webix.com/snippet/eb383717

Thanks so much Helga