aboutsummaryrefslogtreecommitdiff
path: root/js/bootstrap-typeahead.js
AgeCommit message (Collapse)AuthorFilesLines
2012-12-07get tests passing for typeahead :Pfat1-6/+8
2012-12-07insert menu of typeahead after input which it suggests on #3529fat1-2/+2
note: this will likely break things for people in the same way that doing this to tooltip did… however we think this is a better insertion model for z-index,scrolling,modal,etc. applications
2012-12-07Merge pull request #5862 from pmclanahan/issue-5806-typeahead-keyboard-navbilly gates1-1/+1
Fix issue with double move event firing in typeahead.
2012-12-07add noConflict functionality to all bootstrap pluginsfat1-1/+12
2012-11-13Fix issue with double move event firing in typeahead.Paul McLanahan1-1/+1
Fix test to catch issue. Fix #5806.
2012-11-05version bumpMark Otto1-1/+1
2012-10-302.2.1 - hotfix for carouselfat1-1/+1
2012-10-29v2.2.0 instead of v2.1.2Mark Otto1-1/+1
2012-10-17don't lookup typeahead when shift alt or ctrl are pushedJacob Thornton1-0/+3
2012-09-27don't wait for ready when binding events to documentCarl Porth1-7/+5
2012-09-26bind data-api events to document instead of body to allow body replacementCarl Porth1-1/+1
2012-09-20added support for jquery 1.8.*Jacob Thornton1-1/+10
2012-09-05version bump to get this startedMark Otto1-1/+1
2012-08-28Merge remote-tracking branch 'origin/2.1.0-wip' into 2.1.1-wipRoss Johnson1-1/+1
2012-08-28Fix key events with Chrome + jQuery 1.8.0Ross Johnson1-1/+1
2012-08-21update version numbers to 2.1.1Mark Otto1-1/+1
2012-08-19bump versions to 2.1.0Mark Otto1-1/+1
2012-08-02fix indexof on array for ie8Jacob Thornton1-1/+1
2012-07-22adds minLength #3960Jacob Thornton1-2/+3
2012-06-03Merge branch 'async' into 2.1.0-wipMatt Morgan1-5/+11
2012-06-02fix regression in typeahead #3313Jacob Thornton1-27/+35
2012-06-012.0.3 -> 2.0.4v2.0.4Jacob Thornton1-1/+1
2012-04-26Alter typeahead to accept synchronous/asynchronous data source via ↵Matt Morgan1-5/+11
function/callback
2012-04-25revert position -> offset for typeahead positionJacob Thornton1-1/+1
2012-04-242.0.2 -> 2.0.3Jacob Thornton1-1/+1
2012-04-18offset -> position #3088Jacob Thornton1-1/+1
2012-04-16Allow updater function (updates the value of the input field) to be overridden.Nirav Sanghani1-1/+6
2012-04-14add jshint support + a few minor stylistic changesJacob Thornton1-6/+10
2012-04-07https://github.com/twitter/bootstrap/issues/2954Jacob Thornton1-0/+2
2012-03-24return matcher value directly + cleanup first lines of filesJacob Thornton1-1/+2
2012-03-19prevent dropdowns from closing when clicking inside form element inside dropdownJacob Thornton1-2/+3
2012-03-19typeahead should escape regexp special charsJacob Thornton1-1/+2
2012-03-122.0.2 derpv2.0.2Jacob Thornton1-1/+1
2012-02-22Allows escape to bubble when menu isn't shownPete Hopkins1-0/+1
2012-02-22Fires change event when element is selected from menuPete Hopkins1-0/+1
2012-02-22Allow events to propagate / default if not used.Pete Hopkins1-6/+4
- All key events when the menu is not shown now propagate. - Blur is also allowed to propagate.
2012-02-162.0.1v2.0.1Jacob Thornton1-1/+1
2012-02-13add semicolons to the end of js filesJacob Thornton1-1/+1
2012-01-28typahead does case insensitive matching with simple sorter + accepts ↵Jacob Thornton1-14/+29
highlighter option
2012-01-27move the matcher and sorter into the options - encourage people to override ↵Jacob Thornton1-9/+12
them...
2012-01-27Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton1-2/+2
Conflicts: docs/assets/css/bootstrap.css
2012-01-26change typeahead to data-source instead of data-data and add to docsJacob Thornton1-3/+4
2012-01-26Merge pull request #1272 from napoleond/2.0-wipJacob Thornton1-2/+2
Support tab and enter in typeahead
2012-01-26Enable default browser key behaviour when typeahead isn't showing.David N1-2/+2
2012-01-26consistent new lines at ends of filesMark Otto1-1/+1
2012-01-26Switches from Array#filter to jQuery.grep for IE<=8 supportPete Hopkins1-2/+2
2012-01-242.0-wip: fix js headsJon Stevens1-1/+1
2012-01-21more efficient matcher + bold matched query in itemJacob Thornton1-20/+30
2012-01-21make case lookahead case insensitiveJacob Thornton1-1/+2
2012-01-14dates updated to 2012Mark Otto1-1/+1