Commit graph

409 commits

Author SHA1 Message Date
Josh Johnson 9b860da254 Version 3.0.4 2018-03-27 11:31:56 +01:00
c5254061 394bde313d Fix xss vulnerability(escape html in input) 2018-03-25 20:26:55 +01:00
Travis Tidwell 0519b99397 Adding an item comparer configuration to allow custom comparisons of items. 2018-03-13 11:03:48 +00:00
Josh Johnson 40cc462133 Version 3.0.3 2018-01-04 11:35:32 +00:00
Josh Johnson 3169d8c3d7 Use braces for early return 2018-01-04 11:34:22 +00:00
tostringtheory 38c72cc2bd apply update to choices to set a loading modifier state when manipulating its internal state of choices/groups. This allows bulk updates to occur without re-rendering the list in O(n^2) complexity 2018-01-02 18:55:52 -06:00
Josh Johnson dc9d083d89 Version 3.0.2 2017-08-03 16:16:08 +01:00
Josh Johnson 5eac8d4bdd Remove active descendant tag from input - causing virtual keyboard issues 2017-08-03 16:15:00 +01:00
Josh Johnson a4999d0286 Version 3.0.1 2017-08-03 14:14:35 +01:00
Josh Johnson bc757a6485 Add default notice type 2017-08-03 13:17:34 +01:00
Josh Johnson 8fa852e4b8 Add appropriate classes to notices 2017-08-03 13:15:49 +01:00
Josh Johnson bfa7b1d97f Version 3.0.0 2017-08-03 12:28:01 +01:00
Josh Johnson 75a0b2e7b5 . 2017-08-03 11:44:06 +01:00
Josh Johnson ad476c2480 Refactoring 2017-08-03 11:22:21 +01:00
Josh Johnson 0e307b5bf0 Only consider last instance of a placeholder option 2017-08-03 11:07:54 +01:00
Josh Johnson 565d659c0a Fix search + use choice placeholder on remove button 2017-08-03 10:56:49 +01:00
Josh Johnson 171f59cf65 Merge master 2017-08-03 10:07:45 +01:00
Josh Johnson c3a7330e5b Typo + set placeholder value to instance 2017-08-03 10:03:09 +01:00
Josh Johnson 84f149ee83 searchPlaceholderValue option 2017-08-03 09:55:31 +01:00
Josh Johnson 55e81d188b Version 2.8.12 2017-08-02 14:19:08 +01:00
Josh Johnson 61dc200bab Remove unnecessary method 2017-08-02 14:14:51 +01:00
Josh Johnson 1013f32ce6 A few tests 2017-08-02 14:14:08 +01:00
Josh Johnson 94e3c97b4e Placeholder work 2017-08-02 14:05:26 +01:00
Josh Johnson 4d16787997 IE11 test 2017-08-02 09:42:12 +01:00
Josh Johnson 29ab3ca55a IE scroll fix 2017-08-02 09:30:00 +01:00
Josh Johnson cf3c2e67dd IE11 flag 2017-08-01 16:55:38 +01:00
Josh Johnson 16c114a6e3 Version 2.8.11 2017-07-31 16:18:36 +01:00
Josh Johnson 21f67b4289 Return result count on search 2017-07-31 16:17:03 +01:00
Josh Johnson 8c95ae35fc Add es6.io message 2017-07-24 15:23:30 +01:00
Josh Johnson 18d5c12462 Typos 2017-07-24 14:50:40 +01:00
Josh Johnson ca3bda1f70 Ability to only render a portion of choices 2017-07-24 14:46:30 +01:00
Josh Johnson 04aca852c3 Version 2.8.10 2017-07-20 12:06:32 +01:00
Josh Johnson fd52de1835 Resolve keycode issue 2017-07-20 12:05:56 +01:00
Josh Johnson f862a3a055 Version 2.8.9 2017-07-19 20:48:25 +01:00
Josh Johnson 73940d7d04 Set value of text element 2017-07-19 20:47:42 +01:00
Josh Johnson 40242f696e Merge pull request #211 from oWallyson/master
Added keyCode to choice objects
2017-07-19 19:33:52 +01:00
Andrew Whalley dba6093297 Added keyCode to choice objects 2017-07-19 13:48:46 -04:00
Josh Johnson d3ebae6cab Remove unnecessary bindings 2017-07-19 12:59:54 +01:00
Maxim Mig d8e8e1ab97 Backup & recover original styles: added test 2017-07-17 13:35:50 +03:00
Maxim Mig c88f00513e Persisting original styles of the passed element (we don't need to store null if there are no styles at all). 2017-07-15 00:53:43 +03:00
Maxim Mig c04f637a3f Persisting original styles of the passed element (built files). 2017-07-15 00:37:35 +03:00
Maxim Mig 8e8df3e455 Persisting original styles of the passed element. 2017-07-15 00:31:45 +03:00
Maxim Mig 51a4f28b65 Various minor corrections (dist files). 2017-07-13 18:00:51 +03:00
Maxim Mig bc1715125d Various minor corrections. 2017-07-13 17:59:33 +03:00
Josh Johnson 147341b846 Version 2.8.8 2017-07-13 09:04:55 +01:00
Josh Johnson 89289ab692 Remove errors to reduce file size 2017-07-13 09:01:24 +01:00
Maxim Mig 7b294a80b6 Fix handling 'renderSelectedChoices' config option. Added two tests. 2017-07-12 13:21:35 +03:00
Maxim Mig ef661f4615 Added two config options: shouldSortItems and renderSelectedChoices. 2017-07-11 08:36:10 +03:00
Josh Johnson 011be2306d Version 2.8.7 2017-07-05 09:03:10 +01:00
Jay Kid af9feb3e2c fix: remove extra 'undefined' argument when calling _addItem from _addChoice
+ Added integration-like test
2017-06-30 15:45:47 +02:00