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

VaInput maxLength not working #4052

Closed
Jcjays opened this issue Nov 30, 2023 · 2 comments · May be fixed by #4110
Closed

VaInput maxLength not working #4052

Jcjays opened this issue Nov 30, 2023 · 2 comments · May be fixed by #4110
Labels
BUG Something isn't working

Comments

@Jcjays
Copy link

Jcjays commented Nov 30, 2023

Vuestic-ui version: 1.8.5

Steps to reproduce
I have set the VaInput :maxLength="5"

What is the expected behavior?
Limited characters up to 5.

What is the current behavior?
I can still type more characters than 5.

Other information

@Jcjays Jcjays added the BUG Something isn't working label Nov 30, 2023
@melah02
Copy link

melah02 commented Nov 30, 2023

Hello, I wish I could be a signed to solve this bug.

@Bond-Addict
Copy link
Contributor

Bond-Addict commented Nov 30, 2023

use :maxlength="yourProps.max"
or maxlength="5"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working
Development

Successfully merging a pull request may close this issue.

3 participants