Snippet site version?

I’ve a webpage pulling webix.js from “https://cdn.webix.com/edge/webix.js” and my text.pattern.allow property is not being applied when I try to restrict user input to numbers only. I took the same text object I’ve been working on and pasted it into the snippet tool (https://webix.com/snippet/c35215e8) and it worked! I took a look at webix.com/snippet and it appears that it’s pulling webix.js from https://cdn.webix.com/site/webix.js".

When does the current CDN version of webix get updated to the version used for the snippet site?

It looks like the open-source version available for download is version 5.1.0, the version at https://cdn.webix.com/edge/webix.js is version 5.0.0, and the one used for webix.com/snippet is version 5.1.1. I just tested and both 5.0.0 and 5.1.0 have the same problem with limiting characters in the text objects.

Sorry for inconvenience, we have fixed the CDN links

Both CDN and GPL package are using latest official release - 5.1.0
Snippet tool uses PRO ( commercial ) edition of webix UI

and my text.pattern.allow property is not being applied

Inputs patterns are included in PRO version only.
All methods not available in the GPL edition of library is marked as “PRO functionality” in the documentation

https://docs.webix.com/desktop__formatted_text_inputs.html

Thanks!