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

Trying to pass a value for validation through props #75

Closed
eele94 opened this issue Feb 15, 2017 · 1 comment
Closed

Trying to pass a value for validation through props #75

eele94 opened this issue Feb 15, 2017 · 1 comment

Comments

@eele94
Copy link

eele94 commented Feb 15, 2017

  minlength: {
    type: String,
    default: '1',
  },

working:
minLength: minLength(parseInt('1', 10))

not working:
minLength: minLength(parseInt(this.minlength, 10))

@Frizi
Copy link
Contributor

Frizi commented Feb 15, 2017

Duplicate, please check #55.

@Frizi Frizi closed this as completed Feb 15, 2017
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