-
Notifications
You must be signed in to change notification settings - Fork 56
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
[Feature]: Panel Component Buttons need to have visible / enabled features #268
Comments
@Jenefer-Monroe. Removing the content of the property "Buttons" should hide the list. Works on Dialog and should work similarly on panel. |
new Buttons schema: |
fixed this for next release as well: "@Jenefer-Monroe. Removing the content of the property "Buttons" should hide the list. Works on Dialog and should work similarly on panel." |
Thank you so much! This is exactly what I wanted!!! |
@Jenefer-Monroe This has been fixed in the latest release. |
Updating to the latest Panel / Dialog components now require the Visible and Enabled properties to function properly. The previous schema did not offer/require these properties. This was unexpected, as after upgrading the components, no errors were apparent, but the buttons did not show. Please update the main documentation: https://learn.microsoft.com/en-us/power-platform/guidance/creator-kit/panel |
**Is this request for a new component, or additional functionality for an existing component? **
Additional functionality for an existing component
Have you validated that your desired feature or component is not already in the backlog?
Backlog by this link appears empty, let me know if I'm missing something.
Describe the component and functionality you would like to see in the starter kit
Panel Component Button Properties: https://learn.microsoft.com/power-platform/guidance/creator-kit/panel#buttons-properties
Currently can only set label and Button type.
In order for this component to really be reusable for a large and varried list of objects I need to be able to show or hide buttons based on state.
Current example is the screen in the CoE to configure env vars. When there is no value, as shown here, then Revert should be hidden as there is nothing to revert to
Describe alternatives you've considered
What I do now is throw an alert if they hit it.
The text was updated successfully, but these errors were encountered: