Currently in Vaadin 14.6.8 the EmailField accept these values (e.g. "[email protected]", "[email protected]") as valid input. Should I consider those as valid EMail Addresses ?
EmailField emailField = new EmailField();
Already searched in the net and already verified with some online email address validator.