Skip to content

Commit eb6134b

Browse files
authored
Multiple (#123)
* Fixed icons in custom options demo * new release * Accessibility improvements, closes #71 * Fix version number * Change label markup to avoid conflicts * Create .doclets.yml * Delete .doclets.yml * add basic support for multiple selects (#120) * add basic support for multiple selects * fix Cannot read property 'offsetTop' of undefined error * fix Cannot read property 'offsetTop' of undefined error and increase coverage * Work in progress: support for multiple attribute * Added .editorconfig file * remove native array methods .map() and .filter() in favour of jquery … (#122) * remove native array methods .map() and .filter() in favour of jquery built-in methods to keep IE7/8 compatibility * replace .indexOf() with $.inArray()
1 parent 9e5987c commit eb6134b

17 files changed

+1216
-695
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[*]
2+
charset = utf-8
3+
end_of_line = lf
4+
indent_size = 2
5+
indent_style = space
6+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)