


latest
suggestedActionLayout: 'stacked' doesn't work and actions remain in Carousel.
suggestedActionLayout: 'stacked'Suggested Actions to be stacked
Per @corinagum, possibly related to: https://github.com/microsoft/BotFramework-WebChat/issues/2779
[Bug]
I don't have permissions to remove labels :(
@mdrichardson what version of Web Chat are you using? The stacked suggested action layout was introduced in v4.6, but the latest cdn is currently pointing to v4.5.3 due to an issue with DirectLineJs. This will probably be resolved after we rerelease v4.7.1.
@tdurnford Gotcha. What's the easiest way to test the lastest? I was using cdn's "latest"
You can add this code snippet to the script in the HTML file
[].forEach.call(document.getElementsByTagName('meta'), ({ content, name }) => console.log(`${name}: ${content}`));
The resulting console log should look like this:

facepalm this has to be it
The stacked suggested actions layout is working fine using the latest bits. This issue will be resolved after we rerelease v4.7.1.

Hey, I am currently facing the same issue as
const styleOptions = {
// Suggested actions
suggestedActionTextColor: 'black',
suggestedActionBorder: solid 2px #009682,
suggestedActionHeight: 40,
suggestedActionLayout: 'stacked',
};
doesn't stack the cards on top of each other, is there a way to update my Webchat version or how can I manage to make it work please?