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

Tailwind: Card subtitle vs subTitle and similar issues #5461

Closed
Dalorzo opened this issue Nov 30, 2023 · 1 comment · Fixed by #5470 or #5484
Closed

Tailwind: Card subtitle vs subTitle and similar issues #5461

Dalorzo opened this issue Nov 30, 2023 · 1 comment · Fixed by #5470 or #5484
Assignees
Labels
Component: Tailwind Tailwind specific issue
Milestone

Comments

@Dalorzo
Copy link
Contributor

Dalorzo commented Nov 30, 2023

Tailwind: Card subtitle vs subTitle, the property in passthrough is camelCase

dropdownbutton vs dropdownButton

dropdownbutton: ({ props }) => ({

dropdownbutton: ({ props }) => ({

optiongroupicon vs optionGroupIcon

optiongroupicon: 'ml-auto',

uploadbutton vs uploadButton, cancelbutton vs cancelButton , uploadicon vs uploadIcon

meterlabel VS meterLabel showIcon, headerIcon

meterlabel: ({ state, props }) => ({

rating all camelCase properties

focused does not exists, it seems it is active now.

'outline-none outline-offset-0 shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]': context.focused

SplitButton camelCase properties menuButton, menuList

menulist: 'm-0 p-0 border-none outline-none no-underline list-none',

@github-actions 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 Dalorzo changed the title Tailwind: Card subtitle vs subTitle Tailwind: Card subtitle vs subTitle and similar issues Nov 30, 2023
@melloware 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 melloware self-assigned this Nov 30, 2023
@melloware melloware added this to the 10.2.2 milestone Nov 30, 2023
melloware added a commit to melloware/primereact that referenced this issue Nov 30, 2023
@melloware
Copy link
Member

I think the passthrough values should be case insensitive so dropdownButton or dropdownbutton should not matter.

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 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 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
Labels
Component: Tailwind Tailwind specific issue
Projects
None yet
2 participants