FormMaster
FormMaster copied to clipboard
isValidForm always return true
Hi! First thanks for this project, is very very usefull.
I have a question, why isValidFrom method from FormBuildHelper always return true?
Thanks.
Hi @adib2149 @pblinux ! I faced that issue too. Checked the source code and found that the issue is with the isValidForm() method in FormBuildHelper.java . The value is not null and logs 0 when i checked it's length. So it remains true all the time.
Thanks, will fix this issue in the next release v1.0.3.