You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
Thanks for reporting. Assuming you are using add-on version 2.x for Vaadin 8. I need to test this in Liferay. Which version of Liferay you are using?
Does the component work for you in a simple app created with mvn -B archetype:generate -DarchetypeGroupId=com.vaadin -DarchetypeArtifactId=vaadin-archetype-application -DarchetypeVersion=8.8.5 -DgroupId=org.test -DartifactId=textfielformatter-app -Dversion=1.0-SNAPSHOT
Thanks for reporting. Assuming you are using add-on version 2.x for Vaadin 8. I need to test this in Liferay. Which version of Liferay you are using?
Does the component work for you in a simple app created with mvn -B archetype:generate -DarchetypeGroupId=com.vaadin -DarchetypeArtifactId=vaadin-archetype-application -DarchetypeVersion=8.8.5 -DgroupId=org.test -DartifactId=textfielformatter-app -Dversion=1.0-SNAPSHOT
It is working outside of the Liferay portal environment. So i guess the issue is the liferay environment??
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:
The text was updated successfully, but these errors were encountered: