Skip to content

Commit

Permalink
fixed #3
Browse files Browse the repository at this point in the history
  • Loading branch information
icefox0801 committed Aug 9, 2016
1 parent 71a7e46 commit 7c912c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jquery.materialize-autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@
self.$dropdown.html('').hide();

if (self.options.hidden.enable) {
self.$hidden.val(item.value);
self.$hidden.val(item.id);
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion jquery.materialize-autocomplete.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7c912c8

Please sign in to comment.