[Form Validation] match not working with id #2939
Labels
tag/next-release/nightly
Any issue which has a corresponding PR which has been merged and is available in the nightly build
type/feat
Any feature requests or improvements
type/usage
Any support issues asking for help
Milestone
I just update to 2.9.3 and found out that match function of form validation is not working like previous version which I used.
HTML:
Javascript:
Expected result:
By right, when textbox with id=NewPassword and id=ConfirmNewPassword have same value, match will not prompt error.
Actual result:
Match prompt error
The text was updated successfully, but these errors were encountered: