The component has been having errors in my browser. I get this error in the console: com.google.gwt.event.shared.UmbrellaException: Exception caught: (ReferenceError) : Cleave is not defined
What is the problem? or am i using it wrong?
Here is my usage in code:
TextField amount = new TextField("Amount");
new NumeralFieldFormatter(",", ".", 3).extend(amount);
The component has been having errors in my browser. I get this error in the console: com.google.gwt.event.shared.UmbrellaException: Exception caught: (ReferenceError) : Cleave is not defined
What is the problem? or am i using it wrong?
Here is my usage in code: