Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pado
Behira Younes
Commits
467de020
Commit
467de020
authored
Oct 25, 2020
by
Ratnadeep Rajendra Kharade
Browse files
fixed error messages
parent
f3f9462c
Pipeline
#1081
passed with stages
in 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/index.html
View file @
467de020
...
...
@@ -45,7 +45,7 @@
<div>
<textarea
oninput=
"handleTextAreaChange()"
placeholder=
"Enter text here..."
class=
"box-input"
name=
"textarea"
id=
"manual-text-entry"
cols=
"90"
rows=
"5"
value=
""
></textarea>
<div
id=
"textarea-validation"
style=
"color: red;display: none;"
>
Please enter text
</div>
<div
id=
"textarea-validation"
style=
"color: red;display: none;"
>
Please enter text
.
</div>
</div>
<div>
<label
for=
"calculatedTextCharacters"
>
Total characters in text:
</label>
...
...
@@ -69,7 +69,7 @@
<option
value=
"Third Year"
>
Third Year
</option>
<option
value=
"Fourth Year"
>
Fourth Year
</option>
</select>
<div
id=
"readerLevel-validation"
style=
"color: red;display: none;"
>
Please
enter number of characters
.
</div>
<div
id=
"readerLevel-validation"
style=
"color: red;display: none;"
>
Please
select reader level
.
</div>
</div>
<div>
<label
for=
"readerCategory"
>
Reader Category:
</label>
...
...
@@ -80,7 +80,7 @@
<option
value=
"Good-ability group"
>
Good-ability group
</option>
<option
value=
"Average-ability group"
>
Average-ability group
</option>
</select>
<div
id=
"readerCategory-validation"
style=
"color: red;display: none;"
>
Please
enter number of characters
.
</div>
<div
id=
"readerCategory-validation"
style=
"color: red;display: none;"
>
Please
select reader category
.
</div>
</div>
<div>
<div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment