Vanessa 2023-07-10 09:44:27 +08:00
parent 055e3a755d
commit 407a7ee352
2 changed files with 15 additions and 3 deletions

View file

@ -317,7 +317,7 @@ export const getSelectHTML = (data: IAV, options: { cellElement: HTMLElement })
});
return `<div class="b3-chips">
${selectedHTML}
<input class="b3-text-field fn__block">
<input>
</div>
<div>${filterSelectHTML("", colData.options)}</div>`;
};