Skip to content
Snippets Groups Projects
Commit 109c1126 authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

feature: support for external filtering & update

parent 52584e8b
No related branches found
Tags v1.3.31
No related merge requests found
Pipeline #17368 passed with stage
in 56 seconds
......@@ -191,7 +191,7 @@ importCore().then(core => {
filtersRendering.push(html`
<div>
<label>
<input type="checkbox" .value="${this.filtering.includes(filter) ?? nothing}"> <span @click="${this.toggle}" value="${filter}">${filter}</span>
<input type="checkbox" .checked="${this.filtering.includes(filter) ?? nothing}"> <span @click="${this.toggle}" value="${filter}">${filter}</span>
</label>
</div>
`);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment