-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Accept array as PT value #5647
Accept array as PT value #5647
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Ignored Deployments
|
Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>. |
Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>. |
Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>. |
i prefer it match the Vue implementation I did not realize Vue supported that out of the box so this is a good change if React does not support it natively to keep them in sync. |
Defect Fixes
PrimeReact required the use of an internal
classNames
utility for array class joining. Hoist this out so it matches the Vue implementation. Remains backwards compatible.https://github.com/primefaces/primereact/blob/master/components/lib/passthrough/tailwind/index.js#L613
https://github.com/primefaces/primevue/blob/master/components/lib/passthrough/tailwind/index.js#L741
Feature Requests
Due to company policy, we are unable to accept feature request PRs with significant changes as such cases has to be implemented by our team following our own processes.
Smaller scaled feature implementations such as adding a property to a component will be considered for merging.