MyBB Community Forums

Full Version: Clear select2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On member list and other pages, there is select2 for searching a user. However, after I filter a certain user, there is no option to clear the select2 and "unfilter".
As replied to you @ discord:

Add to your script template allowClear: true. No big issue ...
Template: memberlist, line 112: multiple: false, after that add allowClear: true, (remember to add comma at end) ...
Thank you very much @effone! This should be added to the official MyBB though.
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/3613

Thanks for contributing to MyBB!

Regards,
The MyBB Group