Skip to content
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

@PasswordsMatch not working #77

Open
TRDigital opened this issue Mar 17, 2018 · 1 comment
Open

@PasswordsMatch not working #77

TRDigital opened this issue Mar 17, 2018 · 1 comment

Comments

@TRDigital
Copy link

Hi

I'm trying to get two passwords to verify, but I get no error if they don't match.

My form:

<div class="range">

	<div class="cell-lg-4">
		<div class="form-group">
			<label class="form-label form-label-outside" for="username">Username</label>
			<input class="form-control" id="username" type="text" name="username" data-constraints="@Required">
		</div>
	</div>
	
	<div class="cell-lg-4 offset-top-20 offset-lg-top-0">
		<div class="form-group">
			<label class="form-label form-label-outside" for="password">Password</label>
			<input class="form-control" id="password" type="password" name="password" >
		</div>
	</div>

	<div class="cell-lg-4 offset-top-20 offset-lg-top-0">
		<div class="form-group">
			<label class="form-label form-label-outside" for="password_confirmation">Confirm Password</label>
			<input class="form-control" id="password_confirmation" type="password" name="password_confirmation" >
		</div>
	</div>						

</div>

Any help would be appreciated - assuming you're still supporting this library.

Thanks

@vivin
Copy link
Owner

vivin commented Apr 9, 2018

@TRDigital sorry -- been on vacation.

I don't see the @PasswordsMatch constraint in the code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants