Fix error handling for SimpleForms
This commit is contained in:
parent
ba689499bb
commit
9f28871ffc
1 changed files with 1 additions and 0 deletions
|
@ -568,6 +568,7 @@ function SimpleForm.parse(self, readinput, ...)
|
|||
valid = valid
|
||||
and (not v.tag_missing or not v.tag_missing[1])
|
||||
and (not v.tag_invalid or not v.tag_invalid[1])
|
||||
and (not v.error)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue