Antoine Dupont
Antoine Dupont
You need to use an alternative to reactify-wc if it’s not working. I don’t know which one, but you can try to find one. Otherwise you can also change styles...
You can also check this, someone seems to have a working solution for that: https://stackoverflow.com/a/69672662
This issue will be fixed in the next migration of this plugin, which will become focused on web component only.
It's working on my side... Could you share a minimal example repo to reproduce the issue? Is it working on the demo for you ? https://antoine92190.github.io/vue-advanced-chat/
Fixed in https://github.com/antoine92190/vue-advanced-chat/commit/cc6ad4f6f6211fb0ab8285796e04cc8c746a9970
New version 1.5.8 is released
Indeed there is an issue there. I think the best would be to add a custom behaviour when searching rooms, so you are able to filter rooms on your side...
I'll have a look when I have time. If you want this fixed quickly, feel free to send a PR.
It's not that simple as there is probably backend pagination to load messages, so we also need to add a way to trigger pagination programmatically when searching messages. This is...
Could you please add this new event in the README [Events API](https://github.com/antoine92190/vue-advanced-chat#events-api) section?