select

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

commit
5bae3b79f76ae87e513a020f10535bfc3bb4b782
parent
49460bb57fce1861c19e74a769a7c823136a0397
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2021-03-25 16:10
rm TODO

Diffstat

D TODO 19 -------------------

1 files changed, 0 insertions, 19 deletions


diff --git a/TODO b/TODO

@@ -1,19 +0,0 @@
    1    -1 ?	split between value and search
    2    -1 ?	optgroups
    3    -1 
    4    -1 -	split into reusable parts
    5    -1 	-	dropdown
    6    -1 	-	setValue
    7    -1 
    8    -1 -	options
    9    -1 	X	multiple
   10    -1 	-	required
   11    -1 	-	new options
   12    -1 
   13    -1 # references
   14    -1 
   15    -1 -	datalist
   16    -1 -	aria combobox
   17    -1 	-	https://www.w3.org/TR/wai-aria-practices/#combobox
   18    -1 	-	https://www.w3.org/TR/wai-aria-practices/examples/combobox/aria1.1pattern/listbox-combo.html
   19    -1 -	select2