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
Based on the API, actionItems passed to the ManagementToolbar support a disabled attribute:
actionItems
disabled
{@param? actionItems: list<[ disabled: bool, href: string, icon: string, label: string, quickAction: bool, separator: bool, type: string ]>}
When rendered as quick actions, the disabled attribute is not used, rendering the icon/buttons always as active.
The actionItems dropdown does support the disabled attribute implicitly.
The text was updated successfully, but these errors were encountered:
Fixing disabled option for quick action | Fixes liferay#1150
e82022d
Add test | Fixes liferay#1150
df33941
Regen snapshots | Fixes liferay#1150
0e30792
Merge pull request #1159 from carloslancha/pr-1152
93bc376
Fixes #1150 - Disable actionItems inside ManagementToolbar Quick Actions
5b92ce8
No branches or pull requests
Based on the API,
actionItems
passed to the ManagementToolbar support adisabled
attribute:When rendered as quick actions, the
disabled
attribute is not used, rendering the icon/buttons always as active.The
actionItems
dropdown does support thedisabled
attribute implicitly.The text was updated successfully, but these errors were encountered: