Skip to content
Merged
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
Update cards-actions.md
  • Loading branch information
v-bvishnu committed Oct 23, 2024
commit 462b6740f0373f9246572b82d8fd909c8dfb28c9
Original file line number Diff line number Diff line change
Expand Up @@ -554,15 +554,15 @@ You can use `associatedInputs` property to associate `Action.Submit` and `Action

**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":::
:::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/desktop-enabled.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":::
:::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/desktop-disabled.png":::

:::column-end:::

Expand All @@ -575,15 +575,15 @@ You can use `associatedInputs` property to associate `Action.Submit` and `Action

**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":::
:::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/mobile-enabled.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":::
:::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/mobile-disabled.png":::

:::column-end:::

Expand Down