-
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
Tailwind: Card subtitle vs subTitle and similar issues #5461
Comments
github-actions
bot
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Nov 30, 2023
Dalorzo
changed the title
Tailwind: Card subtitle vs subTitle
Tailwind: Card subtitle vs subTitle and similar issues
Nov 30, 2023
melloware
added
Component: Tailwind
Tailwind specific issue
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Nov 30, 2023
melloware
added a commit
to melloware/primereact
that referenced
this issue
Nov 30, 2023
I think the passthrough values should be case insensitive so |
melloware
added a commit
to melloware/primereact
that referenced
this issue
Nov 30, 2023
melloware
added a commit
to melloware/primereact
that referenced
this issue
Nov 30, 2023
melloware
added a commit
to melloware/primereact
that referenced
this issue
Nov 30, 2023
melloware
added a commit
that referenced
this issue
Nov 30, 2023
melloware
added a commit
to melloware/primereact
that referenced
this issue
Dec 1, 2023
melloware
added a commit
to melloware/primereact
that referenced
this issue
Dec 1, 2023
melloware
added a commit
that referenced
this issue
Dec 1, 2023
melloware
added a commit
to melloware/primereact
that referenced
this issue
Jan 9, 2024
melloware
added a commit
to melloware/primereact
that referenced
this issue
Jan 9, 2024
melloware
added a commit
that referenced
this issue
Jan 9, 2024
* Fix #5444/#5443: Tailwind fixes * Fix #5447: TreeSelect don't close panel on unselect * Fix #5445: Tabview passthrough fixes * Fix #5452: Datatable onRowEditChange typescript def * Fix #5461: Passthrough case insensitve props * Fix #5465: Sidebar passthrough fix * Fix #5466: Slider remove handlers * Fix #5464: Tailwind fixes * Fix #5477: ComponentBase fkey refactor * Fix #5461: Passthrough TS and casing issues
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tailwind: Card subtitle vs subTitle, the property in passthrough is camelCase
primereact/components/lib/passthrough/tailwind/index.js
Line 172 in ad61ccf
dropdownbutton vs dropdownButton
primereact/components/lib/passthrough/tailwind/index.js
Line 1158 in ad61ccf
dropdownbutton: ({ props }) => ({
optiongroupicon vs optionGroupIcon
primereact/components/lib/passthrough/tailwind/index.js
Line 857 in ad61ccf
uploadbutton vs uploadButton, cancelbutton vs cancelButton , uploadicon vs uploadIcon
primereact/components/lib/passthrough/tailwind/index.js
Line 519 in ad61ccf
meterlabel VS meterLabel showIcon, headerIcon
primereact/components/lib/passthrough/tailwind/index.js
Line 980 in ad61ccf
rating all camelCase properties
primereact/components/lib/passthrough/tailwind/index.js
Line 863 in ad61ccf
focused does not exists, it seems it is active now.
primereact/components/lib/passthrough/tailwind/index.js
Line 889 in ad61ccf
SplitButton camelCase properties menuButton, menuList
primereact/components/lib/passthrough/tailwind/index.js
Line 753 in ad61ccf
The text was updated successfully, but these errors were encountered: