diff --git a/src/components/chips/js/chipsController.js b/src/components/chips/js/chipsController.js index b42d87f7171..93e07218bc4 100644 --- a/src/components/chips/js/chipsController.js +++ b/src/components/chips/js/chipsController.js @@ -329,6 +329,7 @@ var scope = this.$scope; var ctrl = this; inputElement + .attr({ tabindex: 0 }) .on('keydown', function(event) { scope.$apply(function() { ctrl.inputKeydown(event); }); }) .on('focus', function () { scope.$apply(function () { ctrl.selectedChip = null; }); }); }; diff --git a/src/components/chips/js/chipsDirective.js b/src/components/chips/js/chipsDirective.js index 24976a2c88b..7e542aee167 100644 --- a/src/components/chips/js/chipsDirective.js +++ b/src/components/chips/js/chipsDirective.js @@ -114,6 +114,7 @@ var CHIP_INPUT_TEMPLATE = '\