It's new in v1.12.x
if you don't like it. You can remove it in CSS
go to /admin/appearance/customise
add this
.composer .title-container .quick-search-results { display: none!important; }save and check if it's good.
Not sure why, but sometimes when I'm trying to post a new topic, it does this. I usually just have to discard the topic and redo it and it works.
One of my members including me just had the same problem but it happens every blue moon. It's totally weird.
You can add 2 console.logs
to pinpoint which part of the code is sending the error.
Before this line add console.log('title too short - server check', title, meta.config.minimumTitleLength);
and before this line add console.log('title too short - client check', titleEl.val(), config.minimumTitleLength);
If it happens again check the browser/server logs for the output.
Definitely will do this and monitor this. Thanks!
Saw this: https://github.com/NodeBB/NodeBB/commit/df0a5e780ae22fda7acf64d25764380f39bad1e0
Will see if it helps too.
Ouch, so it was bug nonetheless. Thanks @baris !