1

I'm creating an action that would like to use the carousel and list response types (on supported surfaces) to display information (title & description) but don't really have a need for them to be clicked. However, this is enabled by default. Is there a way to turn this off?

  • As per my knowledge, I think there is no way to do that right now. It will be nice feature to have. – Sukh Sep 20 '17 at 19:06

1 Answers1

1

Nope, Lists and Carousels are just for allowing a user to select from a list of items.

Silvano
  • 1,005
  • 6
  • 6
  • Do you have any documentation or are you on the team or something to confirm this answer? Then, I'll mark it accepted. – jasonlutterloh Sep 21 '17 at 13:34
  • Apologies for not providing more details!It's implied in the names (ListSelector and CarouselSelector) and described in the high level descriptions: "The single-select list presents the user with a vertical list of multiple items and allows the user to select a single one." and "The carousel scrolls horizontally and allows for selecting one item." – Silvano Sep 22 '17 at 23:27
  • Makes sense... I was just hoping there was a way to have it function as just a read only display element. Hopefully in a future version... Thanks! – jasonlutterloh Sep 24 '17 at 00:21