mirror of
https://github.com/zaphar/Heracles.git
synced 2025-07-22 20:19:50 -04:00
ui: Make the filter boxes a consistent height
This commit is contained in:
parent
00e84bd99a
commit
a356eba786
@ -337,8 +337,9 @@ export class GraphPlot extends HTMLElement {
|
||||
const element = document.createElement("div");
|
||||
const select = document.createElement("select");
|
||||
select.setAttribute("name", id);
|
||||
// TODO(jwall): This is how you set boolean attributes. Use the attribute named... :-(
|
||||
// TODO(jwall): This is how you set boolean attributes. Use the attribute name... :-(
|
||||
select.setAttribute("multiple", "multiple");
|
||||
select.setAttribute("size", "3");
|
||||
const optElement = document.createElement("option");
|
||||
const optValue = "Select All: " + key;
|
||||
optElement.innerText = optValue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user