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

Rule 'min' return error on numeric data #6

Open
timenz opened this issue Apr 30, 2017 · 2 comments
Open

Rule 'min' return error on numeric data #6

timenz opened this issue Apr 30, 2017 · 2 comments

Comments

@timenz
Copy link

timenz commented Apr 30, 2017

log:
app:services:user data { fullName: 'test name', password: '123456' } +0ms
app:services:user rule { fullName: 'required|min:6', password: 'required|min:6' } +3ms
app:services:user errors [ 'The size of the password field must be greater than or equal to 6.' ] +2ms

@thosakwe
Copy link
Owner

Hi, thanks for the submission. I don't work with JS much anymore, so I don't really maintain the repo as much. I will fix this eventually and add a test. If you are interested in joining, fork and I can mark you as a contributor.

@bgjooon
Copy link

bgjooon commented Feb 19, 2018

#11 should address this

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

3 participants