Skip to content

Commit c33a90d

Browse files
committed
chore(numericTextBox): remove Text param from docs
1 parent 3efb3ef commit c33a90d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/numerictextbox/overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ The numeric textbox provides the following features:
5353
* `Max` - the maximum decimal value the input can take. Must be of the same type as the `Value`.
5454
* `Min` - the minimum decimal value the input can take. Must be of the same type as the `Value`.
5555
* `Step` - the decimal value of the step with which the value changes when the arrows are used. Must be of the same type as the `Value`.
56-
* `Text` - getter for the original user input.
5756
* `Value` - to get/set the value of the input.
5857
* Validation - see the [Input Validation]({%slug common-features/input-validation%}) article.
5958

0 commit comments

Comments
 (0)