-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validation Issues #278
Comments
Hi BForms Team, Regards Dumitru |
Hi Guys, any Inputs on this issues? Can somebody please have a Look at my Questions? |
Hi Guys, please tell me what information is needed so that you can have a look at this problem... |
Hi Guys, any Inputs on this issues? Can somebody please give me a hint...? |
Hi BForms Team,
I encountered some Validation Issues, that I wanted to share with you.
Password Fields
After implementing the refreshing of the New Form as you stated in #271 i had some strange behaviour with Password Fields. When I type a password and the confirmation without refreshing the form, everything seems to work fine. But sometimes after refreshing the Form the confirmation Field turns Red although the passwords are the same.
I think you can see that it checks for different Values in the bforms.validate.js. After refreshing the targetval and value are not any more equal althought its the same Password:
Server Side Validation
Another Issue I remarked was after experiencing errors Serverside.
Use Case: Our Application is connected to a WebApi Service. After sending the New Form to the Server I get an Exception that eg the Contributions field musst have some value:
When I now update the contributions Fields, the Error on top of the Row does not dissapear like it would be in Clientside model validation. I also have to press two times the submit button so that the Form gets resent. The First time the Error disappears and the second time the form is finnaly submitted.
To better illustrate my Issues I update my Sample Project. You can find it under the following Url:
Sample on OneDrive Both issues are illustrated on the Contributors Models and Views
I really would appreciate if you could take some time to check my sample project.
Regards Dumitru
The text was updated successfully, but these errors were encountered: