Some fields of the form for creating a groupchat re not displayed.
Describe the bug When I start creating a new groupchat, some fields of the creation form are not displayed, especially checkboxes. For instance:
- Make room persistent
- Make room public searchable
- Make participants list public
- Make room password protected
To Reproduce Steps to reproduce the behavior:
- Click on 'add a new groupchat'
- Fill in the Groupchat name, the Nickname and click on the join button
- Scroll down to 'Make room persistent'
- See error
Expected behavior No error in my browser console.
Screenshots

Environment (please complete the following information):
- OS ubuntu 18.04
- xmpp-server ejabberd-20.03
- Desktop and Mobile
- Browser Chrome, Firefox, Opera and Edge
- Converse.js 7.0.6
Regards,
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Hi everyone, We still have the same behavior on the new release (v8.0.1) @Echolon regards,
@rheman: Please set loglevel to debug, then turn on verbose logging in your browser developer console.
Then capture the XML traffic when you open the MUC settings form and email that to me, I'll see if I can find the problem.
The issue was due to some css of my web app. Thanks a lot.