Choices/src/scripts
Leonard 8149db8436 Make it work in Internet Explorer (#434)
+ IE does not support multiple-parameter classList.add() /
  classList.remove(); Replace it with single-parameter calls
  https://caniuse.com/#feat=classlist
+ IE needs polyfills for Array.prototype.find / Array.prototype.includes
2018-10-27 16:26:52 +01:00
..
actions Use objects for args where necessary 2018-05-29 19:55:33 +01:00
components Make it work in Internet Explorer (#434) 2018-10-27 16:26:52 +01:00
lib Make it work in Internet Explorer (#434) 2018-10-27 16:26:52 +01:00
reducers Add util tests 2018-05-28 17:56:36 +01:00
store Install prettier + resolve linting issues 2018-05-28 13:55:44 +01:00
choices.js Resolve an issue with disabling/enabling instances 2018-10-21 19:26:08 +01:00
choices.test.js Resolve an issue with disabling/enabling instances 2018-10-21 19:26:08 +01:00
constants.js Add select multiple e2e tests 2018-10-13 16:38:51 +01:00
constants.test.js expose new event that triggers when choice is highlighted 2018-07-03 09:51:18 +01:00
templates.js Install prettier + resolve linting issues 2018-05-28 13:55:44 +01:00
templates.test.js Install prettier + resolve linting issues 2018-05-28 13:55:44 +01:00