Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
syampillai opened this issue Dec 27, 2022 · 2 comments
Open

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

syampillai opened this issue Dec 27, 2022 · 2 comments

Comments

@syampillai
Copy link

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);
@johanneshayry
Copy link
Collaborator

Seems that maybe at a point the google libphonenumber was a transitive dependency, but not anymore. I need to release a new version with that dependency.

@johanneshayry
Copy link
Collaborator

No, I'm mistaken. The add-on is still included, but there is some other issue. I'll see if I can fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants