Forum Discussion

PieterVanHeerden's avatar
PieterVanHeerden
Copper Contributor
Apr 22, 2022

Team UI changes the way our Bot works

Morning everyone.

 

A few months ago something in Teams changed and our Bot that uses dropdowns using borframework, now has these 'X' on the dropdown. What is happening is our users are clicking on the X thinking the dropdown would open, but it clears whatever selection they had. Meaning they need to pick something again, and in most cases, they submit with nothing selected and this causes issues.

 

Does anyone know how we can fix this that the dropdown shows the down arrow chevron like in the image?  

 

 

    • PieterVanHeerden's avatar
      PieterVanHeerden
      Copper Contributor

      Prasad_Das-MSFT thanks for the response,

       

      We are actually using C# and building the card up using the classes and not the json card

      Ill give you a snippet below. The dropdowns behave right in the bot emulator only in teams when we see the "x"

       

       

      We tried with the ActionSet and AdaptiveChoiceSetInput class thats comes from 

      Assembly AdaptiveCards, Version=2.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35

       

      Thanks

Resources