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 show a notice when users are typing in a room. However, when adding users to the typingUsers room variable, the user is typing message does not appear above the text area input . Based on my research of the code, this is only shown in the room header/list which I do not show.
Describe the solution you'd like
Ideally, I would like to show the user is typing above the text area input and allow a slot to replace it. The code uses a modal for thins like showing the reply message which would work great.
Would anyone know how I could inject a modal similar to the reply message showing which users are typing? Ideally, a slot would work.
The text was updated successfully, but these errors were encountered:
Hello Community,
I am trying to show a notice when users are typing in a room. However, when adding users to the typingUsers room variable, the user is typing message does not appear above the text area input . Based on my research of the code, this is only shown in the room header/list which I do not show.
Describe the solution you'd like
Ideally, I would like to show the user is typing above the text area input and allow a slot to replace it. The code uses a modal for thins like showing the reply message which would work great.
Would anyone know how I could inject a modal similar to the reply message showing which users are typing? Ideally, a slot would work.
The text was updated successfully, but these errors were encountered: