Tags can now be added and removed

This commit is contained in:
Greg Burri 2025-01-04 22:43:20 +01:00
parent f8333651fd
commit 9b0fcec5e2
5 changed files with 142 additions and 36 deletions

View file

@ -65,9 +65,9 @@
* Remove the tag to the html list (DOM)
* 'enter' key to add the current tag
-->
<div id="widget-tags">
<div id="container-tags">
<label for="input-tags" >Tags</label>
<div class="tags"></div>
<span class="tags"></span>
<input
id="input-tags"
type="text"