Open Vecnavium opened 2 years ago
There is yet any official fix for this issue it's still a concurrent issue when FormValidation is implemented. To allow the users using FormsUI to actually be able to use the virion, FormValidation has been removed from the default branch and version v1.1.1 and FormValidation has been moved to https://github.com/Vecnavium/FormsUI/tree/formvalidation once the issue has officially been fixed FormValidation will be merged to the default branch and version
This is probably due to the fact that in CustomForms, labels also return an element in the result, so with a label + 1 input, it will return an array of 2 and not 1 as currently expected.
Describe the bug A clear and concise description of what the bug is.
When you use CustomForm to create a UI and submit any data in a UI the FormValidation error would occur and send the output in console (it's down below) but would NOT crash the client.
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen. FormsUI Library information FormsUI v1.1.0
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
This issue has been reported before there is no need to create another issue, we will find a solution to this problem.
Crashdump or other files related to the problem