Help

Re: Blocks SDK suggestion: disabled props for ConfirmationDialog

Solved
Jump to Solution
1175 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Andy_Cloke
8 - Airtable Astronomer
8 - Airtable Astronomer

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 Solution

Accepted Solutions
Emma_Yeap
Airtable Employee
Airtable Employee

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

See Solution in Thread

3 Replies 3
Andy_Cloke
8 - Airtable Astronomer
8 - Airtable Astronomer

@somehats just wanted to tag you in case you missed this :slightly_smiling_face:

Emma_Yeap
Airtable Employee
Airtable Employee

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

Emma_Yeap
Airtable Employee
Airtable Employee

@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.