usage of codemirror in form

Dear Support,

Found an issue when using code mirror in a form.
“Cannot read property ‘firstChild’ of undefined” when performing form.clearValidation();
Thanks!

Regards,

Erik

Thanks for the problem report, it will be fixed in the oncoming Webix 2.1

…also have a look when codemirror is initialised.
At a certain point the following error is returned
"Uncaught TypeError: undefined is not a function "
Error
10213 form.elements[view._settings.name] = view;
10214 view.mapEvent({
onbeforetabclick:form,
onaftertabclick:form,
onitemclick:form
});

→ the mapEvent is not defined for codemirror.
Are am I missing something else here…

Regards,

Erik

Yep, this one fixed as well

Hi Maksim,
When can we expect webix 2.1?
Regards

It will be officially released on November 11

ok great, will it also include the new fontawesome 4.2 ?
…would be very nice !

Is it safe to use current unofficial v2.1.0?

The final build of 2.1 will be released in two days ( November 13 )

Any package which you can grab from custom area as well as packages available on webix.com are fully tested and can be used in production environment.