Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

fix(select): focus should behave as same as normal inputs #6207

Closed

Conversation

devversion
Copy link
Member

  • Add test for blur and focus using md-input-container

Fixes #6122 Fixes #6185 Closes #6132 Fixes #6274

@@ -466,6 +461,7 @@ function SelectDirective($mdSelect, $mdUtil, $mdTheming, $mdAria, $compile, $par
loadingAsync: attr.mdOnOpen ? scope.$eval(attr.mdOnOpen) || true : false
}).finally(function() {
selectScope.isOpen = false;
element.focus();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suspect this might interfere with the accessibility work that @rschmukler has recently done on this component. I'll ask him to take a look.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants