You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful if this showCloseButtonInFooter prop being true did not mean that the close button in the dialog title will not be shown. Instead of being exclusive, both buttons can appear.
showCloseButtonInFooter: (undefined | false | true = false) Whether the footer close button is shown. The button will only appear if isCloseButtonShown is true. The close button in the dialog title will not be shown when this is true.
Usecase
Since the closeButtonInFooter has closeButtonProps it can be used to do other custom things, the most important use case for a multistep dialog button being Skip Dialog, for which developers can then have a custom callback
Feature request
It would be useful if this
showCloseButtonInFooter
prop being true did not mean that the close button in the dialog title will not be shown. Instead of being exclusive, both buttons can appear.Usecase
Since the
closeButtonInFooter
hascloseButtonProps
it can be used to do other custom things, the most important use case for a multistep dialog button being Skip Dialog, for which developers can then have a custom callbackExamples
The text was updated successfully, but these errors were encountered: