diff options
author | Frederick Muriuki Muriithi | 2024-02-07 15:28:26 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-02-07 15:28:26 +0300 |
commit | 5b63c582c106ac219d16a79a995b0bc2fde6fcf5 (patch) | |
tree | 29a665cb314a6e90b844c22b2d703cff517841df /qc_app/templates/rqtl2/select-population.html | |
parent | b59ddf47a8f968e23aae6985986806ad5d704474 (diff) | |
download | gn-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.html | 4 |
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 |