Skip to content

Commit b8e739c

Browse files
committed
[update] a link in the form docs
1 parent 619e2ce commit b8e739c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/form/work_with_form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ form.isVisible("input"); // -> returns true/false
107107

108108
## Using input masks
109109

110-
The input masks are used to provide entering of values into the [**Input**](form/input.md) and [**Textarea**](form/textarea.md) Form controls in a predefined way. There are the [`numberMask`](#numbermask) and [`patternMask`](#patternmask) configuration options in the API of the Input and Textarea controls, and the [`getText()`](#getting-the-text-value-of-an-input) method in the Input control API which are used for working with input masks.
110+
The input masks are used to provide entering of values into the [**Input**](form/input.md) and [**Textarea**](form/textarea.md) Form controls in a predefined way. There are the [`numberMask`](#numbermask) and [`patternMask`](#patternmask) configuration options in the API of the Input and Textarea controls, and the [`getText()`](#getting-the-text-value-of-an-input-or-a-textarea) method in the Input control API which are used for working with input masks.
111111

112112
### numberMask
113113

0 commit comments

Comments
 (0)