Currently in Vaadin 14.6.8 the EmailField accept these values (e.g. "barney.@gmail.com", ".@gmail.com") 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.