Baseflow / Baseflow/XF-Material-Library
Allow to hide Confirming Button on a CustomContent Dialog
Open
- Dominant language
- C#
- Stars
- 633
- Forks
- 150
- PR merge metrics
- No merged PRs in 30d
Description
## 🏗 Enhancement Proposal
Allowing MaterialDialog.Instance.ShowCustomContentAsync() to set confirmingText = Null , to hide the confirming Button.
The same way as dismissiveText do.
_You can remove the negative button by passing null to the dismissiveText parameter._
Optional : Create MaterialDialog.Instance.ShowCustomContentAlertDialogAsync() , same as ShowCustomContentAsync , without buttons ;)
### Pitch
Custom "ConfirmDialogs" are great. But Custom Alert Dialog are great too 🤙
Contributor guide
Assessment
This issue has not been assessed yet.