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

minLength and maxLength doesn't work #37

Open
YuvalPruss opened this issue Aug 7, 2017 · 0 comments
Open

minLength and maxLength doesn't work #37

YuvalPruss opened this issue Aug 7, 2017 · 0 comments

Comments

@YuvalPruss
Copy link

YuvalPruss commented Aug 7, 2017

Assigning these values doesn't have impact on the output input...
My code looks like this:

<InlineEdit className="great-class-name"
                   text={someDefaultValue}
                   activeClassName="some-input"
                   paramName={'value'}
                   minLength={1}
                   maxLength={5}
                   validate={this._someFunc.bind(this)}
                   change={this._someFunc.bind(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

1 participant