update your example code from Textfield tf=new TextField(); new NumeralFie

update your example code from

Textfield tf=new TextField();
new NumeralFieldFormatter(tf, “,”, “.”, 3);

to
new NumeralFieldFormatter( “,”, “.”, 3).extend(tf);

Oops. I will. Thanks.