Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
7a871fbf
Commit
7a871fbf
authored
Nov 06, 2019
by
bbaer
Browse files
fixed: Missing Required for Textareas and Editor (and Select and so on)
parent
6d9b9daf
Pipeline
#2628
passed with stages
in 2 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
javascript/src/Form.js
View file @
7a871fbf
...
...
@@ -230,7 +230,7 @@ var QfqNS = QfqNS || {};
n
.
Form
.
prototype
.
getFirstNonValidElement
=
function
()
{
var
index
;
var
form
=
document
.
getElementById
(
this
.
formId
);
var
inputs
=
form
.
getE
lements
ByTagName
(
"
input
"
)
;
var
inputs
=
form
.
e
lements
;
var
elementNumber
=
inputs
.
length
;
for
(
index
=
0
;
index
<
elementNumber
;
index
++
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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