diff options
author | GrailFinder <wohilas@gmail.com> | 2024-04-11 07:13:48 +0300 |
---|---|---|
committer | GrailFinder <wohilas@gmail.com> | 2024-04-11 07:13:48 +0300 |
commit | 9b160dcc0315aaf54a8b4588be9d2a0c98084cf0 (patch) | |
tree | f1068c6b70612d41a76b947370808cf147e45382 /components/add_action_form.html | |
parent | 499dcd25aa8d1f878b379e2ca8f94417807c4afb (diff) |
Enha: make html elements to react; repeatable separation
Diffstat (limited to 'components/add_action_form.html')
-rw-r--r-- | components/add_action_form.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/add_action_form.html b/components/add_action_form.html index 95c869f..ac65ca0 100644 --- a/components/add_action_form.html +++ b/components/add_action_form.html @@ -7,8 +7,8 @@ <input type="text" name="name"><br /> <label>Magnitude:</label><br /> <input type="number" value="1" name="magnitude"><br /> - <label>Repeatable:</label><br /> - <input type="checkbox" name="repeatable"></input><br /> + <!-- <label>Repeatable:</label><br /> --> + <!-- <input type="checkbox" name="repeatable"></input><br /> --> <input type="radio" name="act_type" value="plus" checked> <label for="plus">Plus</label> <input type="radio" name="act_type" value="minus"> |