It would be really useful to be able to set confirmButtonDisabled
and cancelButtonDisabled
(both booleans) to diable the respective buttonts on the ConfirmationDialog
component.
1 Like
Hi @Andy_Cloke,
Thanks for the suggestion! I’ve added this to our list of potential future SDK enhancements. I’ll keep this thread updated, or you can keep an eye on the SDK changelog here: blocks/CHANGELOG.md at master · Airtable/blocks · GitHub
1 Like
This topic was solved and automatically closed 3 days after the last reply. New replies are no longer allowed.
@Andy_Cloke this has been added to the latest version of the SDK, 1.5.0: blocks/CHANGELOG.md at master · Airtable/blocks · GitHub
The props are called isCancelButtonDisabled
and isConfirmButtonDisabled
. They are optional and default to false
. The API docs will be updated with these new props shortly.
1 Like