aboutsummaryrefslogtreecommitdiff
path: root/qc_app/templates/rqtl2/select-population.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-02-07 15:28:26 +0300
committerFrederick Muriuki Muriithi2024-02-07 15:28:26 +0300
commit5b63c582c106ac219d16a79a995b0bc2fde6fcf5 (patch)
tree29a665cb314a6e90b844c22b2d703cff517841df /qc_app/templates/rqtl2/select-population.html
parentb59ddf47a8f968e23aae6985986806ad5d704474 (diff)
downloadgn-uploader-5b63c582c106ac219d16a79a995b0bc2fde6fcf5.tar.gz
Set up limits for inputs in UI
Diffstat (limited to 'qc_app/templates/rqtl2/select-population.html')
-rw-r--r--qc_app/templates/rqtl2/select-population.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/qc_app/templates/rqtl2/select-population.html b/qc_app/templates/rqtl2/select-population.html
index 8f2db84..0f0ee18 100644
--- a/qc_app/templates/rqtl2/select-population.html
+++ b/qc_app/templates/rqtl2/select-population.html
@@ -62,6 +62,7 @@
name="inbredset_name"
type="text"
required="required"
+ maxlength="30"
placeholder="Enter grouping/population name"
class="form-col-2" />
<span class="form-input-help">This is a short name that identifies the
@@ -71,7 +72,8 @@
<input id="txt:inbredset-fullname"
name="inbredset_fullname"
type="text"
- required = "required"
+ required="required"
+ maxlength="100"
placeholder="Enter the grouping/population's full name"
class="form-col-2" />
<span class="form-input-help">This can be the same as the name above, or can