From 8ecc8f365b13feb7fd4f8f8e185ea0337a12f06e Mon Sep 17 00:00:00 2001 From: "Klaus Haiku 4.5" Date: Mon, 15 Jun 2026 02:49:48 +0200 Subject: [PATCH] fix(cacheView): replace datalist+input with select for enum cache entries The previous implementation used + for cache entries with a fixed set of choices (STRINGS property). The browser filters datalist suggestions based on the current input value, making it impossible to see all available options without first clearing the field. Replace with a proper + ${option.choices.map(ch => + `` + ).join('\n')} + `; + } else { + editControls = ``; } - editControls += ``; } return `