You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a suggested message list for users to send pre-determined messages.
This list can be rendered vertically (expanded state) or horizontally (condensed state). So far I have implemented this by placing the suggested message list within InputToolbar. The issue is that when setting the suggested list to expanded state, there is a delay between the suggested list being expanded and the chat bubbles adjusting to the new MessageContainer height. But as you can see in the attached video, when setting the suggested list to a condensed state, there is no delay and the behavior is as expected.