Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated.
  • Loading branch information
v-bvishnu committed Oct 23, 2024
commit 52af4f1c8db6302abcf7f9dc445dc7271812858f
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 43 additions & 1 deletion msteams-platform/task-modules-and-cards/cards/cards-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,49 @@ In an Adaptive Cards, there are scenarios where users might not fill inputs that

You can use `associatedInputs` property to associate `Action.Submit` and `Action.Execute` to other inputs in the card. For more information, see [Data.Query definition](dynamic-search.md#dataquery-definition).

Place holder for images
# [Desktop](#tab/desktop1)

:::row:::
:::column span="2":::

**Enabled**

:::image type="content" source="../../assets/images/adaptive-cards/desktop-enabled.png" alt-text="Screenshot shows an Adaptive Card with enabled submit button on the Teams desktop client." lightbox="../../assets/images/adaptive-cards/ac-no-border.png":::

:::column-end:::

:::column span="2":::

**Disabled**

:::image type="content" source="../../assets/images/adaptive-cards/desktop-disabled.png" alt-text="Screenshot shows an Adaptive Card with disabled submit button on the Teams desktop client." lightbox="../../assets/images/adaptive-cards/ac-border.png":::

:::column-end:::

:::row-end:::

# [Mobile](#tab/mobile1)

:::row:::
:::column span="2":::

**Enabled**

:::image type="content" source="../../assets/images/adaptive-cards/mobile-enabled.png" alt-text="Screenshot shows an Adaptive Card with enabled submit button on the Teams mobile client." lightbox="../../assets/images/adaptive-cards/ac-no-border-mobile.png":::

:::column-end:::

:::column span="2":::

**Disabled**

:::image type="content" source="../../assets/images/adaptive-cards/mobile-disabled.png" alt-text="Screenshot shows an Adaptive Card with disabled submit button on the Teams mobile client." lightbox="../../assets/images/adaptive-cards/ac-border-mobile.png":::

:::column-end:::

:::row-end:::

---

The following JSON payload shows an Adaptive Card with conditional enabled button:

Expand Down