Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
liferay-faces-2.1.5-ga6, liferay-faces-2.2.5-ga6, liferay-faces-3.0.5-legacy-ga6, liferay-faces-3.0.5-ga6, liferay-faces-3.1.5-ga6, liferay-faces-3.2.5-ga6, liferay-faces-4.2.5-ga6
-
None
Description
{markdown}
In the showcase, email validation examples are not consistent. In the `alloy:inputText` Validation example, the regex for validation is: {markdown}
{markdown}
However, in the `f:validator` General example, the regex for validation is: {markdown}
In the showcase, email validation examples are not consistent. In the `alloy:inputText` Validation example, the regex for validation is: {markdown}
.+[@].+[.].+
However, in the `f:validator` General example, the regex for validation is: {markdown}
^([a-z0-9_\\.-])@(\\da-z\\.-)
.([a-z\\.]
)${code}
{markdown}