Skip to content

NumeralFieldFormatter not working in Vaadin 8.8.5 in Liferay #20

@Temire

Description

@Temire

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions