You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For TypeScript users, block_actions doesn't support newly added elements(specifically, multi-select ones and radio buttons) yet. We just need to add those to BlockElementAction.
What type of issue is this? (place an x in one of the [ ])
bug
enhancement (feature request)
question
documentation related
testing related
discussion
Requirements (place an x in each of the [ ])
I've read and understood the Contributing guidelines and have done my best effort to follow them.
seratch
changed the title
multi-select block elements are still unsupported
multi-select/radio button block elements are still unsupported
Dec 16, 2019
seratch
changed the title
multi-select/radio button block elements are still unsupported
TypeScript: multi-select/radio button block elements are still unsupported
Dec 16, 2019
seratch
added a commit
to seratch/bolt-js
that referenced
this issue
Dec 16, 2019
Description
For TypeScript users,
block_actions
doesn't support newly added elements(specifically, multi-select ones and radio buttons) yet. We just need to add those to BlockElementAction.What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
Steps to reproduce:
block_actions
request with multi-select block elements and try to parse the payload in TypeScriptExpected result:
Can do that.
Actual result:
TypeScript compiler is not happy with it/
Attachments:
None
The text was updated successfully, but these errors were encountered: