material icon indicating copy to clipboard operation
material copied to clipboard

chips: ng-focus not being triggered on focus

Open PLPeeters opened this issue 8 years ago • 1 comments

Actual Behavior:

  • What is the issue? * When adding an ng-focus to an mdChips element, it isn't being triggered when the input is focused.
  • What is the expected behavior? mdChips should trigger ng-focus when focused.

CodePen (or steps to reproduce the issue): *

  • CodePen Demo which shows your issue: https://codepen.io/anon/pen/VrJOgL
  • Details: The alert isn't triggering as one would expect when the input is focused.

AngularJS Versions: *

  • AngularJS Version: 1.4.14
  • AngularJS Material Version: 1.1.5

PLPeeters avatar Dec 08 '17 14:12 PLPeeters

Updated CodePen repro using matching AngularJS Material CSS/JS versions and AngularJS 1.6.6. Also added an input that shows ng-focus working properly.

Splaktar avatar Dec 13 '17 08:12 Splaktar