We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3efb3ef commit c33a90dCopy full SHA for c33a90d
components/numerictextbox/overview.md
@@ -53,7 +53,6 @@ The numeric textbox provides the following features:
53
* `Max` - the maximum decimal value the input can take. Must be of the same type as the `Value`.
54
* `Min` - the minimum decimal value the input can take. Must be of the same type as the `Value`.
55
* `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.
57
* `Value` - to get/set the value of the input.
58
* Validation - see the [Input Validation]({%slug common-features/input-validation%}) article.
59
0 commit comments