Forum Discussion
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?
11 Replies
- Prasad_Das-MSFT
Microsoft
PieterVanHeerden - Could you please share the Card JSON which you are using?
- PieterVanHeerdenCopper 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
- Prasad_Das-MSFT
Microsoft
PieterVanHeerden - Could you please share the code snippet or sample you are referring to ?