SharePoint / sp-dev-docs

SharePoint & Viva Connections Developer Documentation
https://docs.microsoft.com/en-us/sharepoint/dev/
Creative Commons Attribution 4.0 International
1.23k stars 992 forks source link

Adaptive Cards Control - Input.ChoiceSet - Issue #9581

Closed akshataggrwal closed 3 months ago

akshataggrwal commented 3 months ago

Discussed in https://github.com/SharePoint/sp-dev-docs/discussions/9578

Originally posted by **akshataggrwal** March 15, 2024 Hello @AJIXuMuK , I'm currently working on an adaptive card extension for Viva Connections and encountering an issue with the 'Input.Choiceset' control with style set to 'filtered' in Quick View(adaptive card version 1.5). While it displays only a certain number of items (in my case, 513 items whereas total items are 780), and typing in something reveals results beyond those 513 items. I am also seeing the same behavior in the adaptive card designer. I have attached the sample json that can be referenced to replicate it in the designer. https://adaptivecards.io/designer/. Thanks!
AJIXuMuK commented 3 months ago

@akshataggrwal - if you are experiencing the same in AC designer - it means the issue is in Adaptive Cards, not SPFx or ACEs. Unfortunately, out team doesn't own AC. I would recommend to file a bug for AC team.

akshataggrwal commented 3 months ago

Thanks @AJIXuMuK for your response I have raised a bug with adaptive cards team.

Also to confirm my understanding, dynamic typeahead search in dropdown using Input.ChoiceSet is not yet supported in Adaptive Card Extensions (ACEs) as it's a feature introduced in Adaptive Card version 1.6, is that correct?