-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Labels
Description
On page https://learn.microsoft.com/en-gb/adaptive-cards/sdk/rendering-cards/javascript/actions, the example code fails if using the CDN version of AdaptiveCards in the browser.
This is because SubmitAction is not defined.
Either the example should be updated to ensure that SubmitAction is defined; or the if statement should be changed to:
if (action.constructor.name === 'SubmitAction') {Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
- ID: 05cd98c1-9d00-f5bf-310c-038f1f88a7ba
- Version Independent ID: 3fff4e59-5a39-bde6-48d7-0a569c2e73fb
- Content: Handling actions - JavaScript SDK - Adaptive Cards
- Content Source: AdaptiveCards/sdk/rendering-cards/javascript/actions.md
- Service: adaptive-cards
- GitHub Login: @matthidinger
- Microsoft Alias: mahiding
