We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c7efd commit 0d37422Copy full SHA for 0d37422
static/js/tree.js
@@ -6,7 +6,7 @@ function htmlToElement(html) {
6
7
const chevronIcon = `<span class="d-inline-block tree-icon"><i class="fas fa-chevron-down"></i></span>`;
8
const linkIcon = `<span class="d-inline-block tree-icon"><i class="fas fa-link"></i></span>`;
9
-const searchInput = `<input type="text" name="menu-tree-search" id="menu-tree-search" class="form-control">`;
+const searchInput = `<input type="text" name="menu-tree-search" id="menu-tree-search" class="form-control" placeholder="Search">`;
10
11
function copyAttrs(src, target) {
12
for (let attr of src.attributes) {
0 commit comments