Commit Graph

18 Commits (63f3ce6c615cfb252d4042b029ef72e72135ee11)

Author SHA1 Message Date
Vitaliy Filippov a905d1bf96 Insert hint layer into the beginning of document
This fixes setup of SimpleAutocomplete in inline scripts (not in onload/ondomready event handlers) in IE8 and below.
2016-08-14 15:10:45 +03:00
Vitaliy Filippov d8e5747563 Return add/remove listener functions back 2016-08-14 15:10:45 +03:00
Vitaliy Filippov 6b89889145 Align hint at right of input if it is exceeding window size 2016-08-14 15:10:45 +03:00
Vitaliy Filippov 08bd47dd42 Do not call getOffset on init 2016-08-14 15:10:45 +03:00
Vitaliy Filippov 62acbb95b8 Return add/remove listener functions back 2016-08-14 15:10:45 +03:00
Vitaliy Filippov 8093f628e8 Update SA 2016-08-14 15:10:45 +03:00
Vitaliy Filippov 4032157443 Update minified SA 2016-08-14 15:10:45 +03:00
Vitaliy Filippov f140faedb9 Pass item as a parameter to onChangeListener 2016-08-14 15:10:45 +03:00
Vitaliy Filippov b70150f3db Support new "persist" parameter 2016-08-14 15:10:45 +03:00
Vitaliy Filippov 1022acc34f Select first non-disabled item 2016-08-14 15:10:45 +03:00
Vitaliy Filippov 6fc3befa52 Correctly prevent clicking on a checkbox, update minified hinter 2016-08-14 15:10:45 +03:00
Vitaliy Filippov f328abfe03 Fix another bug: previously selected disabled item losed disabled class when hovering another itemn 2016-08-14 15:10:45 +03:00
Vitaliy Filippov 7ce57a0af6 Fix a bug: clicking item was not identical to Enter key press 2016-08-14 15:10:45 +03:00
Vitaliy Filippov 04b1ac2b77 Change onmousedown to onclick on items, set autocomplete=off only if property exists 2016-08-14 15:10:45 +03:00
Vitaliy Filippov a0366d6169 Fix scroll style, make <label> elements in multi-select mode 2016-08-14 15:10:45 +03:00
Vitaliy Filippov 7b47d7a939 Prevent FF and Chrome from clearing input value 2016-08-14 15:10:45 +03:00
Vitaliy Filippov 7df7eca61b minified hinter 2016-08-14 15:10:45 +03:00
Vitaliy Filippov 11f9f08242 Minified hinter 2016-08-14 15:10:45 +03:00