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

Fix #1939/#1882: SplitButton buttonClassName, menuButtonClassName #2461

Merged
merged 1 commit into from
Dec 10, 2021

Conversation

melloware
Copy link
Member

###Defect Fixes
Fix #1939/#1882: SplitButton buttonClassName, menuButtonClassName

Now this:

<SplitButton label="Save" 
     icon="pi pi-plus" 
     model={this.items} 
     className="p-mr-2" 
     buttonClassName="p-button-outlined" 
     menuButtonClassName="p-button-outlined">
</SplitButton>

Looks like this...

image

@mertsincan mertsincan merged commit ace85c4 into primefaces:master Dec 10, 2021
@melloware melloware deleted the PR1939 branch December 10, 2021 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SplitButton does not carry through the classname
2 participants