Skip to content

Phone number formatter doesn't work in Vaadin 23.3.x #65

Description

@syampillai

Seems to have problems with Vaadin 23.3.x

The following code throws javascript errors on the console looking for phone-type-formatter.{country}.js.


TextField textField;
add(textField = new TextField("Phone"));
new PhoneI18nFieldFormatter("US").extend(textField);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions