| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* add "gulp-sourcemaps" to create a CSS sourcemap
* replace "gulp-closure-compiler-service" with "gulp-uglify"
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
point. Use the private reference straight up
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|