Attempt to improve prefix handling in hint
diff --git a/dev/js/src/menu.js b/dev/js/src/menu.js
index 9f91e96..8619d89 100644
--- a/dev/js/src/menu.js
+++ b/dev/js/src/menu.js
@@ -11,6 +11,8 @@
* TODO: Add a "title" to a menu that is not scrollable.
* TODO: Make the menu responsive by showing less items on smaller screens
* or anytime items would be outside the screen.
+ * TODO: Add a .match() method to items for scrolling and probably for prefixing.
+ * TODO: Add static header (for title, sortation fields, but also for menu points like "fragments" and "history".
*/
define([
'menu/item',