From 5b63c582c106ac219d16a79a995b0bc2fde6fcf5 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 7 Feb 2024 15:28:26 +0300 Subject: Set up limits for inputs in UI --- qc_app/templates/rqtl2/select-probeset-study-id.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'qc_app/templates/rqtl2/select-probeset-study-id.html') diff --git a/qc_app/templates/rqtl2/select-probeset-study-id.html b/qc_app/templates/rqtl2/select-probeset-study-id.html index 35fe655..3bbb94a 100644 --- a/qc_app/templates/rqtl2/select-probeset-study-id.html +++ b/qc_app/templates/rqtl2/select-probeset-study-id.html @@ -111,14 +111,16 @@ + required="required" + maxlength="100" /> Provide a name for the study.
+ placeholder="Longer name of the study. (Optional)" + maxlength="100" /> Provide a longer, more descriptive name for the study. This is optional and you can leave it blank. @@ -128,7 +130,8 @@
+ placeholder="Shorter name of the study. (Optional)" + maxlength="100" /> Provide a shorter name for the study. This is optional and you can leave it blank. -- cgit v1.2.3