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