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 not working. #10

Open
adamkearsley opened this issue Feb 22, 2016 · 2 comments
Open

minLength not working. #10

adamkearsley opened this issue Feb 22, 2016 · 2 comments

Comments

@adamkearsley
Copy link
Contributor

maxLength works fine, but minLength doesn't appear to get initialised.

<Widget src="input-materialdesign" minLength="10" titleHint="Address3"/>
@nadsonfernando
Copy link
Owner

Hello friend, these two attributes only supports numeric type .

example:

@adamkearsley
Copy link
Contributor Author

minLength="10"

this does not work?

maxLength="10"

this does work.

I looked at your code and it is an issue with the code only looking for the maxLength attribute and not minLength.

I have created a pull request to fix this and added new features.

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