Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
When I want to create a new post, while writing the topic title, I get a dropdown items like when using the search box.
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.
J
Can you provide more reproduction steps? When we try to reproduce this, the dropdown does go away.
B
Update your theme with these changes https://github.com/NodeBB/nodebb-theme-persona/commit/abb9982092441948de945439b0ef15cf9538661d
@baris Working now on this forum. I was sure it wasn't working at the time I wrote this topic. Might be getting crazy.
Sorry and thank you.
PS: issue closed on github.
P
Hi, you might have a mismatched version of NodeBB core and Lavender/Vanilla. Can you post the result of git rev-parse HEAD for core, as well as your Lav/Vanilla versions please?
Glad to hear it's resolved.