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
edb9af54
Commit
edb9af54
authored
Oct 29, 2020
by
Ratnadeep Rajendra Kharade
Browse files
added textual changes
parent
96b63e8e
Pipeline
#1108
passed with stages
in 2 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
public/index.html
View file @
edb9af54
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<div>
<div>
<input
onclick=
"handleTextRadioClick()"
type=
"radio"
id=
"manual"
name=
"text-input-option"
value=
"manual"
<input
onclick=
"handleTextRadioClick()"
type=
"radio"
id=
"manual"
name=
"text-input-option"
value=
"manual"
checked
>
checked
>
<label
for=
"manual"
>
I will
enter
text manually.
</label></div>
<label
for=
"manual"
>
I will
insert the
text manually.
</label></div>
<div>
<div>
<input
onclick=
"handleTextRadioClick()"
type=
"radio"
id=
"calculated"
name=
"text-input-option"
<input
onclick=
"handleTextRadioClick()"
type=
"radio"
id=
"calculated"
name=
"text-input-option"
value=
"calculated"
>
value=
"calculated"
>
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
<div
id=
"textarea-validation"
class=
"error-message"
>
Please enter the text.
</div>
<div
id=
"textarea-validation"
class=
"error-message"
>
Please enter the text.
</div>
</div>
</div>
<div>
<div>
<label
for=
"calculatedTextCharacters"
>
Total character
s in
text:
</label>
<label
for=
"calculatedTextCharacters"
>
Total character
count in the
text:
</label>
<input
class=
"box-input"
type=
"number"
id=
"calculatedTextCharacters"
name=
"calculatedTextCharacters"
<input
class=
"box-input"
type=
"number"
id=
"calculatedTextCharacters"
name=
"calculatedTextCharacters"
value=
""
disabled
>
value=
""
disabled
>
</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