Setup:
2 input boxes: txtNewPass
, txtNewPassAgain
.
on the txtNewPassAgain
have added a Validation Rule matching txtNewPassAgain
with txtNewPass
.
like this:
Problem:
- type any password in
txtNewPass
, for this e.g. we’ll takeWala123#
. - type a different password in
txtNewPassAgain
something likeWala123#$
. - naturally you’ll see an error on the
txtNewPassAgain
input box. which is ok. - now go back to
txtNewPass
and add$
in the end. this actually equates values in both the input boxes. - now go to
txtNewPassAgain
, remove any char and type it again. Now the error goes away.
What this Wappler-ian Wants:
On change of either of the input boxes, other input box should be able to reflect the change in Equal
status.
I did try to put the Equal
validation on both the input boxes, but the problem persists!
How do i achieve this in Wappler?
or is this a bug?
Community Page
Last updated:
Last updated: