hat27533
5 Nov 2009, 8:14 AM
I have the following maskRe in a TextField and it does not seem to be working, is there a bug in the lib?
new Ext.form.TextField({
width:210,
enableKeyEvents:true,
maskRe: /^[\w ]+$/
});
The textField is within a toolbar in a GridPanel.
I am trying to prevent none Alpha numerics from being entered especialy '%' and '*'.
Any work around?
new Ext.form.TextField({
width:210,
enableKeyEvents:true,
maskRe: /^[\w ]+$/
});
The textField is within a toolbar in a GridPanel.
I am trying to prevent none Alpha numerics from being entered especialy '%' and '*'.
Any work around?