data-form-test
A project reproducing a bug in {N} RadDataForm
Steps to reproduce (iOS, but it is the same on Android):
- Start app
- Click Login button (validation kicks in and shows errors)
- Click Register (navigates to Register page)
- Go back
- Fill in working credentials and click Login button Result: cannot login because dataForm.hasValidationErrors() still returns that there are errors and the page navigation is not triggered