select

Better select widgets in vanilla javascript.  https://p.ce9e.org/select/demo/
git clone https://git.ce9e.org/select.git

commit
6373195e2444033dd70aa5c96d6398aaebbba87e
parent
67c98349e6e3a052224bb1233873439087c53784
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-08-31 15:44
fix tags id

Diffstat

M tags.js 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/tags.js b/tags.js

@@ -112,5 +112,5 @@ export class TagInput {
  112   112 }
  113   113 
  114   114 Array.from(document.querySelectorAll('[data-tags]')).forEach(el => {
  115    -1 	new TagInput(randomString(), el);
   -1   115 	new TagInput(randomString(8), el);
  116   116 });