适用于Microsoft Teams的自适应卡中的依赖下拉值

huangapple go评论58阅读模式
英文:

Dependent drop-down values in Adaptive card for Msteams

问题

这是可能的,在任务模块弹出窗口中,当从下拉列表1中选择任何值时,可以通过进行API调用来动态加载下拉列表2的输入。

英文:

I am having a task module popup and there are two drop-down lists. On selection of any value from drop down 1, I want to dynamically load the inputs for drop down 2 by doing a API call.
Is this possible in task module popup?

答案1

得分: 2

这是不可能用自适应卡来实现的。
要实现这一点,你需要创建自定义页面,并在下拉框1的选择上加载下拉框2。

英文:

There is no way to do this with adaptive card.
To achieve this, you need to create custom pages and on selection of drop-down1 value you have load the drop-down 2.

huangapple
  • 本文由 发表于 2023年2月18日 23:44:39
  • 转载请务必保留本文链接:https://go.coder-hub.com/75494460.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定