diff --git a/source/components/input-textfield.md b/source/components/input-textfield.md
index a5286fa6..a0073ee1 100644
--- a/source/components/input-textfield.md
+++ b/source/components/input-textfield.md
@@ -180,6 +180,10 @@ The below example shows a number input type.
``` html
```
+If you want user input to be automatically typecast as a number, you can add the number modifier to your v-model inputs:
+``` html
+
+```
### Prefixes and Suffixes
You can add a text before or after the field as part of an input mask, for instance, for showing Euro or US Dollar currency.