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 2fe011f commit 86df501Copy full SHA for 86df501
src/utils/valueSyntax.ts
@@ -1,4 +1,5 @@
1
-export const VALUE_LABEL_KEY_DELIMITER = "::";
+// Internal-only delimiter for scoping labeled VALUE lists. Unlikely to appear in user input.
2
+export const VALUE_LABEL_KEY_DELIMITER = "\u001F";
3
4
const VALUE_OPTION_KEYS = new Set(["label", "default", "custom"]);
5
0 commit comments