diff --git a/docs/acelements.html b/docs/acelements.html index 56c9868..7fb6aae 100644 --- a/docs/acelements.html +++ b/docs/acelements.html @@ -1659,20 +1659,20 @@ Only will be displayed if a label is not specified

label

A label is an optional string. A label is always arranged on the left side of the input box. Specification of a label will generate an HTML <label> tag with an id attribute. The input box and the label are connected by the id attribute.

pattern

-

A pattern specifies a regular expression that the AutoConnectInput element's value is checked against on form submission. If it is invalid, the background color will change, but it will be sent even if the data format does not match.

+

A pattern specifies a regular expression that the AutoConnectInput element's value is checked against on form submission. If it is invalid, the background color will change, but it will be sent even if the data format does not match. To check whether the entered value matches the pattern, use the isValid function.