select

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

commit
071d65539682cb242e29d36aa4907981ea007ce9
parent
c84def9f4fbbab2096f16768121dece78374beea
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2021-03-28 06:47
README: note on mobile support

Diffstat

M README.md 6 ++++++

1 files changed, 6 insertions, 0 deletions


diff --git a/README.md b/README.md

@@ -14,6 +14,12 @@ The code is intentionally very simple and close to browser defaults.
   14    14 </script>
   15    15 ```
   16    16 
   -1    17 # Mobile support
   -1    18 
   -1    19 This library does work on mobile. However, select usability on mobile is
   -1    20 usually far superior to that on desktop. Therefore it is recommended to only
   -1    21 use this on desktop.
   -1    22 
   17    23 ## Roadmap
   18    24 
   19    25 -	refactor constructor args