From 0b9930b496fb079d662472c1369306ec159a41bd Mon Sep 17 00:00:00 2001 From: Aritri Hore <147500169+aritrihore@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:41:04 +0530 Subject: [PATCH] [DOCS-7847] Update masking info for APS (#1608) * [DOCS-7847] Update masking info for APS * [DOCS-7847] Make suggested changes --- process-services/2.1/using/process/form.md | 2 +- process-services/2.2/using/process/form.md | 2 +- process-services/2.3/using/process/form.md | 2 +- process-services/2.4/using/process/form.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/process-services/2.1/using/process/form.md b/process-services/2.1/using/process/form.md index c1bcd19a5a..681fccfa4f 100644 --- a/process-services/2.1/using/process/form.md +++ b/process-services/2.1/using/process/form.md @@ -14,7 +14,7 @@ The form controls for each field determine how the field is displayed and handle |Control|Description| |-------|-----------| -|Text|Allows you to enter text.| +|Text|Allows you to enter text.

The input mask feature in the **Text** field is intended to format user input, not to hide it. Process Services uses the jQuery Mask Plugin for masking. Only the following characters are recognized by the plugin.

0 - Numbers only (0-9).
9 - Numbers only (0-9).
S - Letters only (A-Za-z).
A - Letters (A-Za-z) and Numbers (0-9).
# - Unlimited numbers if it's the last or only character.

All other alphanumeric or special characters serve as separators.| |Multi-line Text|Enables you to enter multiple lines of text within a text box.| |Number|Allows you to enter a number.| |Checkbox|Allows selection and deselection of the field.| diff --git a/process-services/2.2/using/process/form.md b/process-services/2.2/using/process/form.md index 442b0b5fe1..0c607151c5 100644 --- a/process-services/2.2/using/process/form.md +++ b/process-services/2.2/using/process/form.md @@ -14,7 +14,7 @@ The form controls for each field determine how the field is displayed and handle |Control|Description| |-------|-----------| -|Text|Allows you to enter text.| +|Text|Allows you to enter text.

The input mask feature in the **Text** field is intended to format user input, not to hide it. Process Services uses the jQuery Mask Plugin for masking. Only the following characters are recognized by the plugin.

0 - Numbers only (0-9).
9 - Numbers only (0-9).
S - Letters only (A-Za-z).
A - Letters (A-Za-z) and Numbers (0-9).
# - Unlimited numbers if it's the last or only character.

All other alphanumeric or special characters serve as separators.| |Multi-line Text|Enables you to enter multiple lines of text within a text box.| |Number|Allows you to enter a number.| |Checkbox|Allows selection and deselection of the field.| diff --git a/process-services/2.3/using/process/form.md b/process-services/2.3/using/process/form.md index 4ed307141e..0aa4e18306 100644 --- a/process-services/2.3/using/process/form.md +++ b/process-services/2.3/using/process/form.md @@ -14,7 +14,7 @@ The form controls for each field determine how the field is displayed and handle |Control|Description| |-------|-----------| -|Text|Allows you to enter text.| +|Text|Allows you to enter text.

The input mask feature in the **Text** field is intended to format user input, not to hide it. Process Services uses the jQuery Mask Plugin for masking. Only the following characters are recognized by the plugin.

0 - Numbers only (0-9).
9 - Numbers only (0-9).
S - Letters only (A-Za-z).
A - Letters (A-Za-z) and Numbers (0-9).
# - Unlimited numbers if it's the last or only character.

All other alphanumeric or special characters serve as separators.| |Multi-line Text|Enables you to enter multiple lines of text within a text box.| |Number|Allows you to enter a number.| |Checkbox|Allows selection and deselection of the field.| diff --git a/process-services/2.4/using/process/form.md b/process-services/2.4/using/process/form.md index 4ed307141e..0aa4e18306 100644 --- a/process-services/2.4/using/process/form.md +++ b/process-services/2.4/using/process/form.md @@ -14,7 +14,7 @@ The form controls for each field determine how the field is displayed and handle |Control|Description| |-------|-----------| -|Text|Allows you to enter text.| +|Text|Allows you to enter text.

The input mask feature in the **Text** field is intended to format user input, not to hide it. Process Services uses the jQuery Mask Plugin for masking. Only the following characters are recognized by the plugin.

0 - Numbers only (0-9).
9 - Numbers only (0-9).
S - Letters only (A-Za-z).
A - Letters (A-Za-z) and Numbers (0-9).
# - Unlimited numbers if it's the last or only character.

All other alphanumeric or special characters serve as separators.| |Multi-line Text|Enables you to enter multiple lines of text within a text box.| |Number|Allows you to enter a number.| |Checkbox|Allows selection and deselection of the field.|