aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/forms/number_input.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/forms/number_input.php b/templates/forms/number_input.php
index 622553a..6c9d3ef 100644
--- a/templates/forms/number_input.php
+++ b/templates/forms/number_input.php
@@ -7,6 +7,7 @@
<? endif ?>
</label>
<input type="number"
+ v-model="<?= htmlReady($name) ?>"
name="<?= htmlReady($name) ?>"
value="<?= htmlReady($value) ?>"
id="<?= $id ?>"