Closed bruffridge closed 3 hours ago
Hi @bruffridge.
That is very much the intended behaviour. If the user has an intention to not display the loading message via the displayLoadingBubble
property, they may also want the submit button's loading animation to also disappear. However, we still keep it to retain some sort of an indication that the response message is loading for the end user. Hence, the only way to override this is by actually defining your own content
for the loading
property as you have done.
Perhaps I should reword the information bubble to better portray the intended outcome.
Thankyou!
deep-chat-dev v9.0.202
The docs state:
However, I'm also seeing the loading animation in the submit button when
displayLoadingBubble
is set to true. Not sure if this is the intended behavior or not so thought I'd mention it.I am able to remove the loading animation by setting the
loading
property's content string for text or svg