Choices/src/scripts/components
Josh Johnson 0e44a916e3
Fix constructor (#693)
* breaking test

* Remove ablity to pass multiple elements + tests

* Update readme

* Update README.md

* 🔖 Version 8.0.0

* Remove type definition hack

* Update coverage command

* Add some missing list tests

* Remove .only

* Update demo page to loop over elements

* Update constructor to set initialised flag if already active

* Make templates private

* Throw type error once if element is invalid

* Fix list children bug

* Re-add generic examples to index.html

* Housekeeping

* Use typeof instead of isType where applicable

* Remove isElement

* Add test for isIE11
2019-10-29 21:19:56 +00:00
..
container.js Install prettier + resolve linting issues 2018-05-28 13:55:44 +01:00
container.test.js Install prettier + resolve linting issues 2018-05-28 13:55:44 +01:00
dropdown.js Update code styling rules (#713) 2019-10-29 18:26:11 +00:00
dropdown.test.js Install prettier + resolve linting issues 2018-05-28 13:55:44 +01:00
index.js Install prettier + resolve linting issues 2018-05-28 13:55:44 +01:00
input.js Update code styling rules (#713) 2019-10-29 18:26:11 +00:00
input.test.js remove delegateEvents (#703) 2019-10-29 17:46:10 +00:00
list.js Fix constructor (#693) 2019-10-29 21:19:56 +00:00
list.test.js Fix constructor (#693) 2019-10-29 21:19:56 +00:00
wrapped-element.js Fix constructor (#693) 2019-10-29 21:19:56 +00:00
wrapped-element.test.js [MAJOR] use attribute hidden (#691) 2019-10-24 18:09:44 +01:00
wrapped-input.js Update code styling rules (#713) 2019-10-29 18:26:11 +00:00
wrapped-input.test.js Install prettier + resolve linting issues 2018-05-28 13:55:44 +01:00
wrapped-select.js Add support for standard-compliant placeholder option (#617) 2019-10-22 11:25:36 +01:00
wrapped-select.test.js Add support for standard-compliant placeholder option (#617) 2019-10-22 11:25:36 +01:00