Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix max length for static option values (#1655)
According to the docs, this property accepts a maximum length of 150 chars whereas the SDK enforces 75. - https://api.slack.com/reference/block-kit/composition-objects#option > `value`: (String) A unique string value that will be passed to your app when this option is chosen. Maximum length for this field is 150 characters. Without this fix, we can get validation errors: ``` slack_sdk.errors.SlackObjectFormationError: value attribute cannot exceed 75 characters ```
- Loading branch information