Choices/src/scripts/src/components
Andy Nutt 275295adc5 Remove inline styling (#306)
* Remove inline styling (#279)

- Remove the JS styling to prevent CSP violations.
- Add "display: none;" CSS rule for the default class "is-hidden".

* Increase the specificity of the hidden class (#279)

* Include "is-hidden" class in utils section of base style sheet (#279)

* Add top level selector for hiding Choices inputs (#279)
2018-03-27 15:02:19 +01:00
..
container.js Ensure destroying instance reinstates options + tests 2017-12-18 12:06:38 +00:00
container.test.js Add further component tests 2017-12-19 13:08:57 +00:00
dropdown.js Abstract various methods 2017-10-18 13:05:07 +01:00
dropdown.test.js Ensure destroying instance reinstates options + tests 2017-12-18 12:06:38 +00:00
input.js Various unit test improvements + focus flipping 2017-12-10 16:41:39 +00:00
input.test.js Ensure destroying instance reinstates options + tests 2017-12-18 12:06:38 +00:00
list.js Abstract various methods 2017-10-18 13:05:07 +01:00
list.test.js Ensure destroying instance reinstates options + tests 2017-12-18 12:06:38 +00:00
wrapped-element.js Remove inline styling (#306) 2018-03-27 15:02:19 +01:00
wrapped-element.test.js Remove inline styling (#306) 2018-03-27 15:02:19 +01:00
wrapped-input.js Add further component tests 2017-12-19 13:08:57 +00:00
wrapped-input.test.js Rename rendering methods + createGroupsFragment test 2017-12-20 15:10:01 +00:00
wrapped-select.js Add further component tests 2017-12-19 13:08:57 +00:00
wrapped-select.test.js Rename rendering methods + createGroupsFragment test 2017-12-20 15:10:01 +00:00