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 3cd82c8bd90b2c2a18d94a761d4f32c69291d800
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ The following is an example of the incoming activity to a bot when user types so

The next section provides details on how to use existing Bot Framework actions with Adaptive Cards.

### Conditional enablement of action buttons in an Adaptive Cards
### Conditional enablement of action buttons in Adaptive Cards

In an Adaptive Cards, there are scenarios where users might not fill inputs that have `isRequired` property set to `true`. Despite this, action buttons such as `Action.Submit` and `Action.Execute` stay enabled. To avoid incomplete submissions, use the `conditionallyEnabled` property to ensure that action buttons are disabled until the user provides the required inputs.

Expand Down