aboutsummaryrefslogtreecommitdiff
path: root/templates/forms/range_input.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/forms/range_input.php')
-rw-r--r--templates/forms/range_input.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/forms/range_input.php b/templates/forms/range_input.php
index c85b02d..07bd934 100644
--- a/templates/forms/range_input.php
+++ b/templates/forms/range_input.php
@@ -10,4 +10,7 @@
name="<?= htmlReady($name) ?>"
value="<?= htmlReady($value) ?>"
id="<?= $id ?>"
- <?= $attributes ?>></range-input>
+ min="<?= $min ?>"
+ max="<?= $max ?>"
+ step="<?= $step ?>"
+ <?= $attributes ?>></range-input>