Skip to content

Commit

Permalink
[DOCS-7847] Update masking info for APS (#1608)
Browse files Browse the repository at this point in the history
* [DOCS-7847] Update masking info for APS

* [DOCS-7847] Make suggested changes
  • Loading branch information
aritrihore authored Dec 2, 2024
1 parent 9a393b1 commit 0b9930b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion process-services/2.1/using/process/form.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br><br>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. <br><br>0 - Numbers only (0-9). <br>9 - Numbers only (0-9). <br>S - Letters only (A-Za-z). <br>A - Letters (A-Za-z) and Numbers (0-9). <br># - Unlimited numbers if it's the last or only character. <br><br>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.|
Expand Down
2 changes: 1 addition & 1 deletion process-services/2.2/using/process/form.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br><br>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. <br><br>0 - Numbers only (0-9). <br>9 - Numbers only (0-9). <br>S - Letters only (A-Za-z). <br>A - Letters (A-Za-z) and Numbers (0-9). <br># - Unlimited numbers if it's the last or only character. <br><br>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.|
Expand Down
2 changes: 1 addition & 1 deletion process-services/2.3/using/process/form.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br><br>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. <br><br>0 - Numbers only (0-9). <br>9 - Numbers only (0-9). <br>S - Letters only (A-Za-z). <br>A - Letters (A-Za-z) and Numbers (0-9). <br># - Unlimited numbers if it's the last or only character. <br><br>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.|
Expand Down
2 changes: 1 addition & 1 deletion process-services/2.4/using/process/form.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br><br>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. <br><br>0 - Numbers only (0-9). <br>9 - Numbers only (0-9). <br>S - Letters only (A-Za-z). <br>A - Letters (A-Za-z) and Numbers (0-9). <br># - Unlimited numbers if it's the last or only character. <br><br>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.|
Expand Down

0 comments on commit 0b9930b

Please sign in to comment.