Skip to content

Commit

Permalink
Fix autocomplete keynavlist reseting selected item on update
Browse files Browse the repository at this point in the history
Signed-off-by: Michael M Slusarz <slusarz@horde.org>
  • Loading branch information
joaomachado authored and slusarz committed Oct 20, 2014
1 parent 8acbdfb commit c02bd5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/Core/js/keynavlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ var KeyNavList = Class.create({
update: function(list)
{
var df = document.createDocumentFragment();
this.selected = null;

list.each(function(v) {
var li;
Expand Down

0 comments on commit c02bd5e

Please sign in to comment.