aboutsummaryrefslogtreecommitdiffstats
path: root/ui/autocomplete.js
Commit message (Collapse)AuthorAgeFilesLines
* Autocomplete: Use `$.trim` instead of `jQuery.trim` for consistencyTJ VanToll2014-08-081-1/+1
| | | | Fixes #10525
* Autocomplete: ESCAPE should not change content of a MultiLineYermo Lamers2014-07-241-1/+3
| | | | | Fixes #9790 Closes gh-1190
* Autocomplete: Search if the user retypes the same valueTJ VanToll2014-05-121-2/+7
| | | | | Fixes #7434 Closes gh-1238
* All: Updating copyright year to 2014TJ VanToll2014-01-281-1/+1
|
* Autocomplete: Do not set value on multi-line inputYermo2014-01-281-1/+5
| | | | | | | | This fixes an issue where contenteditable text was getting overwritten when wrapping past the bottom or top of the autocomplete menu. Fixes #9771 Closes gh-1184
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-0/+617
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029