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
<SplitButton label='Save' model={[]} pt={{ menu: { className: 'where-am-i' } // This class is not applied to the menu. }} />
https://stackblitz.com/edit/f8frzv?file=src%2FApp.jsx
The text was updated successfully, but these errors were encountered:
Fix primefaces#7259: SplitButton menu passthrough
98bc5bf
7d5d4b8
Good catch its fixed but on next release you have to do .
pt={{ menu: { root: { className: 'where-am-i' } } }}
With the root and it will work since that is passing on to the TieredMenu
root
TieredMenu
Sorry, something went wrong.
54df137
melloware
Successfully merging a pull request may close this issue.
Describe the bug
Reproducer
https://stackblitz.com/edit/f8frzv?file=src%2FApp.jsx
The text was updated successfully, but these errors were encountered: