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
Currently, in order to have the entire card be a click target for some action, the card's contents must be wrapped in a container with the selectAction. This is cumbersome for card authors and also breaks full-bleed background images in some renderers.
Proposed Solution
Add a new selectAction field to the top-level AdaptiveCard schema. This field will be identical in type to the existing selectAction fields on containers.
Also, do we want to support all 3 types of actions (OpenUrl, Submit, and ShowCard) ? I think only the OpenUrl action makes sense. But in case we want to support more, we might need to discuss more on action trigger's behavior.
Implementation status
The Problem
Currently, in order to have the entire card be a click target for some action, the card's contents must be wrapped in a container with the
selectAction
. This is cumbersome for card authors and also breaks full-bleed background images in some renderers.Proposed Solution
Add a new
selectAction
field to the top-levelAdaptiveCard
schema. This field will be identical in type to the existingselectAction
fields on containers.The text was updated successfully, but these errors were encountered: