summaryrefslogtreecommitdiffstats
path: root/awesomplete.min.js
Commit message (Collapse)AuthorAgeFilesLines
* Feature: Sourcemaps (#16963)Marco Biedermann2016-09-081-11/+2
| | | | | | * add "gulp-sourcemaps" to create a CSS sourcemap * replace "gulp-closure-compiler-service" with "gulp-uglify"
* Loop around options using for next or previousdhoko2016-08-161-9/+9
|
* Add minified versionVladislav Zarakovsky2016-03-161-9/+11
|
* Add minified versionVladislav Zarakovsky2016-01-031-7/+7
|
* Add changes to minified fileTxHawks2015-12-011-7/+7
|
* Revert "autocomplete='off' no longer works in chrome. Instead, use ↵Simon Lydell2015-08-061-8/+8
| | | | | | | | | | | | | autocomplete='false'" `autocomplete="off"` works just fine in Chrome, and Firefox, for the purposes of disabling the native dropdown of previously entered strings (which would cover awesomplete's dropdown), while `autocomplete="false"` does not. This reverts commit 6611606f1105eab3529348f935306c2003c2045d. Conflicts: awesomplete.min.js
* instead of doing a new Awesomplete in init() - which might not exist at this ↵Marc Costello2015-06-301-8/+8
| | | | point. Use the private reference straight up
* autocomplete='off' no longer works in chrome. Instead, use autocomplete='false'Marc Costello2015-06-301-2/+2
|
* Match input text against the textContent of options, not innerHTML.Guilherme Goncalves2015-04-191-9/+9
|
* Merge branch 'gh-pages' into bug-fix-keydown-ul-hiddenAlex DiLiberto2015-03-031-1/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gh-pages: fix issue entering a value that doesn't exist. Improved advanced examples section, improved email example, added tags example remove useless if statement Add minification via Google's Closure Compiler Service. use string as parameter to Awesomeplete readded position:absolute to make sure clip is working reliably advanced examples, email example removed all leftover legacy visually hiding methods removed border and padding and updated clip syntax removed the setStatus helper and moved the updating of the aria-live region directly into the goto method changed hiddena11y property to visually-hidden class add a live region that announces the selected item add styles to hide only visually
| * fix issue entering a value that doesn't exist.ImBobby2015-03-031-8/+9
| |
* | Updated to user prototype getter `opened` for keydown handlingAlex DiLiberto2015-02-251-1/+1
| |
* | [BUGFIX] Keydown events while `ul` is hidden should not trigger component ↵Alex DiLiberto2015-02-241-8/+1
|/ | | | | | | | actions This fixes a bug where previously, if the `ul` was hidden, the component would still act upon keydown events for Enter/Esc/Up/Down To replicate the previous bug: In the demo, you can select `Java` then keyup and down. You know see that the context is not within the input tag iself, however it's within the component which is still selecting items from the previously searched list.
* configure() function to initialize instance properties, updated minified fileLea Verou2015-02-241-7/+8
|
* Fixed Safari bugLea Verou2015-02-191-5/+4
|
* More docs, more features, more bugfixesLea Verou2015-02-191-0/+9