From 365cc67d865c23136f959abdee059dc61627b04a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Thu, 21 Mar 2013 17:09:21 +0100 Subject: [PATCH] Autocomplete: Menu's input option is long gone, remove leftovers (cherry picked from commit 54092e4f63fefb37f7aade2fab42dcf2b288ae9c) --- ui/jquery.ui.autocomplete.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/jquery.ui.autocomplete.js b/ui/jquery.ui.autocomplete.js index b3a05da0b..830972603 100644 --- a/ui/jquery.ui.autocomplete.js +++ b/ui/jquery.ui.autocomplete.js @@ -195,8 +195,6 @@ $.widget( "ui.autocomplete", { .addClass( "ui-autocomplete ui-front" ) .appendTo( this._appendTo() ) .menu({ - // custom key handling for now - input: $(), // disable ARIA support, the live region takes care of that role: null }) -- 2.39.5