We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are two conflicting keys using similar properties for multiselect's label:
multiselect
label
{ '!p-3': props.display !== 'chip' && (props?.modelValue == null || props?.modelValue == undefined), // <--- First '!py-1.5 px-3': props.display == 'chip' && props?.modelValue !== null, '!p-3': props.display == 'chip' && props?.modelValue == null <--- Duplicate }
No response
10.0.7
18.x
TypeScript
Next.js
There should only be one line
The text was updated successfully, but these errors were encountered:
Thanks for the PR! Keep em coming!
Sorry, something went wrong.
gcko
Successfully merging a pull request may close this issue.
Describe the bug
There are two conflicting keys using similar properties for
multiselect
'slabel
:Reproducer
No response
PrimeReact version
10.0.7
React version
18.x
Language
TypeScript
Build / Runtime
Next.js
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
There should only be one line
The text was updated successfully, but these errors were encountered: