Hi webix team, in the snipped http://webix.com/snippet/c732a1ec is a cardnumber defined with webix.patterns.card, but it is not possible to type a number in this field. Thanks for help
Hi Rainer,
I can confirm the bug in our webix.copy()
helper - it processes the regular expression within the pattern and it is no longer correct.
We will add a fix in the next update. For now you can reset the .copy
method and add the check for RegExp: http://webix.com/snippet/5f3e38d5
Hi Helga, thanks for your fast response - it works