select

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

commit
327c5fef266de1923be6d00f761d6952100377b0
parent
2b7c674f5dda16d5781e317af32e7dd5dffd51c5
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2021-03-25 15:20
rm redundant close

Diffstat

M select.js 1 -

1 files changed, 0 insertions, 1 deletions


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

@@ -210,7 +210,6 @@ class Select {
  210   210 			if (!this.original.checkValidity()) {
  211   211 				this.input.setCustomValidity(this.original.validationMessage);
  212   212 			}
  213    -1 			this.close();
  214   213 		}
  215   214 	}
  216   215 }