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

AutoComplete mode multiple ignores maxlength property #1045

Closed
emiravete opened this issue Oct 15, 2019 · 0 comments
Closed

AutoComplete mode multiple ignores maxlength property #1045

emiravete opened this issue Oct 15, 2019 · 0 comments
Assignees
Labels
Type: Bug Issue contains a defect related to a specific component.
Milestone

Comments

@emiravete
Copy link
Contributor

There is no guarantee in receiving an immediate response in GitHub Issue Tracker, If you'd like to secure our response, you may consider PrimeReact PRO Support where support is provided within 4 business hours

I'm submitting a ... (check one with "x")

[ X] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57

**Current behavior**
Set the maxlength property on an AutoComplement component as following
<AutoComplete maxlength={10} multiple />
The property maxlength is ignored and you can enter more character that 10 in the input field

**Expected behavior**
The maxlength property should be applied on the internal input element to able to enter just the character number set in the property maxlength.


**Please tell us about your environment:**
Windows / Linux

* **React version:**
v16.8.4

* **PrimeReact version:**
v 3.2.0

* **Browser:** all 
 
* **Language:** all
@mertsincan mertsincan self-assigned this Oct 15, 2019
@mertsincan mertsincan added the Type: Bug Issue contains a defect related to a specific component. label Oct 15, 2019
@mertsincan mertsincan added this to the 3.2.1 milestone Oct 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

No branches or pull requests

2 participants