Hi Dennis,
Thanks for your reply
But i want it for TextField
i.e., var input= new sap.ui.commons.TextField({
liveChange:function(){
var val = this.getValue();
val= val.replace(/[^\d]g,");
this.setValue(val);
}
});
your code is working fine with sap.m.Input but not for sap.ui.commons.TextField
can you please help me?