Jan 27, 2021 01:22 AM
It would be really useful to be able to set confirmButtonDisabled
and cancelButtonDisabled
(both booleans) to diable the respective buttonts on the ConfirmationDialog
component.
Solved! Go to Solution.
Feb 02, 2021 03:53 PM
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
Feb 02, 2021 11:19 AM
@somehats just wanted to tag you in case you missed this :slightly_smiling_face:
Feb 02, 2021 03:53 PM
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
Feb 25, 2021 03:26 PM
@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.