Ext.NET icon indicating copy to clipboard operation
Ext.NET copied to clipboard

Ext.Net.Textfield's MaskRe pattern is bypassed if text is pasted in the field

Open fabriciomurta opened this issue 5 years ago • 0 comments

Found: 5.2.0 Ext.NET forum thread: regex not validated on paste

A text field using the maskRe: <regex_pattern> can have its restriction bypassed by pasting text from clipboard. Similar features like Ext.NET's InputMask or native Ext JS's InputMask do not suffer this issue, and the problem can be reproduced on pure Ext JS as this fiddle shows:

fabriciomurta avatar Sep 15 '20 20:09 fabriciomurta