Component: Chips. Duplicate validation is case sensitive #14550
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Describe the bug
Currently, chip validation in
p-chips
component is case sensitive, it means that[email protected]
and[email protected]
(ortest
andTest
) are considered different values and don't treated as duplication.Environment
Chrome
Reproducer
No response
Angular version
17.0.2
PrimeNG version
17.3.2
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.10.0
Browser(s)
No response
Steps to reproduce the behavior
Chips
[allowDuplicate]=false
test
and hitEnter
Test
and hitEnter
Expected behavior
Component should only have
test
value.Test
should be filtered outThe text was updated successfully, but these errors were encountered: