Skip to content

Commit 6cf6ee3

Browse files
committed
remove minlength from example.
1 parent 27fe9e6 commit 6cf6ee3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,7 @@ <h5>Tribute on traditional form elements!</h5>
190190
}
191191

192192
return "@" + item.original.value;
193-
},
194-
menuShowMinLength: 3
193+
}
195194
});
196195

197196
tribute.attach(document.getElementById("test"));

0 commit comments

Comments
 (0)