From 501aabf5723584eb0d1fba9569226f1b726a51b3 Mon Sep 17 00:00:00 2001 From: fat Date: Thu, 7 Feb 2013 21:42:34 -0800 Subject: remove prevent default on focus --- js/bootstrap-typeahead.js | 1 - 1 file changed, 1 deletion(-) (limited to 'js') diff --git a/js/bootstrap-typeahead.js b/js/bootstrap-typeahead.js index 5d95fd625..960f2af85 100644 --- a/js/bootstrap-typeahead.js +++ b/js/bootstrap-typeahead.js @@ -329,7 +329,6 @@ $(document).on('focus.typeahead.data-api', '[data-provide="typeahead"]', function (e) { var $this = $(this) if ($this.data('typeahead')) return - e.preventDefault() $this.typeahead($this.data()) }) -- cgit v1.2.3