invalidMessage is not displayed

invalidMessage is not displayed on validation: https://webix.com/snippet/76a5e996

Where is the mistake?

It turned out that control “name” property is mandatory for this features to work.

Please note that thename is the necessary attribute for all form controls, as the interaction between the ui.form and nested inputs (e.g. validation, setting/collecting values) is set through it.