Choices/src/scripts/components
Josh Johnson ab22347d7b
Code refactoring (#735)
* Add placeholder options to demo page

* Use constant types in components

* Refactor adding predefined groups/items/choices

* Add 'highlighted' flag to Item type

* Fix dispatch param type

* Build

* Add jsdoc comments to utils

* Remove unused file

* Add default values to js doc comments

* Use Redux Action type

* Housekeeping

* Increase utils coverage

* Apply suggestions from code review

* Add _getTemplate unit tests
2019-11-03 17:45:16 +00:00
..
container.js Code refactoring (#735) 2019-11-03 17:45:16 +00:00
container.test.js use CSS queries (#718) 2019-10-30 17:28:15 +00:00
dropdown.js Add missing type definitions + rename sortFn (#734) 2019-11-03 13:18:16 +00:00
dropdown.test.js use CSS queries (#718) 2019-10-30 17:28:15 +00:00
index.js Install prettier + resolve linting issues 2018-05-28 13:55:44 +01:00
input.js Code refactoring (#735) 2019-11-03 17:45:16 +00:00
input.test.js remove delegateEvents (#703) 2019-10-29 17:46:10 +00:00
list.js Code refactoring (#735) 2019-11-03 17:45:16 +00:00
list.test.js Fix constructor (#693) 2019-10-29 21:19:56 +00:00
wrapped-element.js Add missing type definitions + rename sortFn (#734) 2019-11-03 13:18:16 +00:00
wrapped-element.test.js Add missing type definitions + rename sortFn (#734) 2019-11-03 13:18:16 +00:00
wrapped-input.js Add missing type definitions + rename sortFn (#734) 2019-11-03 13:18:16 +00:00
wrapped-input.test.js Install prettier + resolve linting issues 2018-05-28 13:55:44 +01:00
wrapped-select.js Add missing type definitions + rename sortFn (#734) 2019-11-03 13:18:16 +00:00
wrapped-select.test.js Add support for standard-compliant placeholder option (#617) 2019-10-22 11:25:36 +01:00