New techniques for storing state in querystring
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
const tree = new CheckboxTree(document.querySelector("#tree"), {
|
||||
initiallySelected: true,
|
||||
manifest,
|
||||
stateEncoding: "tiered",
|
||||
onSelectionChange({ selectedIds }) {
|
||||
output.textContent = JSON.stringify(selectedIds, null, 2);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user