aboutsummaryrefslogtreecommitdiff
path: root/templates/forms/range_input.php
diff options
context:
space:
mode:
authorMichaela Brückner <brueckner@data-quest.de>2024-01-02 08:55:04 +0000
committerMichaela Brückner <brueckner@data-quest.de>2024-01-02 08:55:04 +0000
commit502e6a104f200acc2f8ff81ba09257a6035406e5 (patch)
tree6c10c6662c822475c92814ec32d60951eda9cad8 /templates/forms/range_input.php
parentb6bdba58a8e090cb144bae382457c2e439d8a72a (diff)
new registry formular, re #1559
Closes #3533 Merge request studip/studip!1141
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>