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

md-select do not handle multiple keypress like native select element #2985

Closed
jqlio18 opened this issue May 26, 2015 · 2 comments
Closed

md-select do not handle multiple keypress like native select element #2985

jqlio18 opened this issue May 26, 2015 · 2 comments
Milestone

Comments

@jqlio18
Copy link

jqlio18 commented May 26, 2015

Let's say we have a simple md-select element.

<md-select ng-model="test">
    <md-option ng-value="A1">A1</md-option>
    <md-option ng-value="A2">A2</md-option>
    <md-option ng-value="A3">A3</md-option>
    <md-option ng-value="A4">A4</md-option>
</md/select>

In native select element, if I press "A" two times, it will select "A1" then "A2" and after if I press "A4" fast, it will select "A4". Angular Material does not do it that way, if I press "A" multiple times it will select the first option with the "A" letter same thing for "A4".

It's easy to test it with the demo here : https://material.angularjs.org/latest/#/demo/material.components.select

@ThomasBurleson ThomasBurleson modified the milestone: Backlog May 27, 2015
JerrodLong added a commit to JerrodLong/material that referenced this issue May 28, 2015
@JerrodLong
Copy link

@rschmukler can you review? I think we have a fix. Feedback appreciated. Thanks!

JerrodLong@931badd

topherfangio added a commit that referenced this issue Aug 12, 2015
Refactor to pull template processing out of $interimElement
and into $mdUtil.

Fix chips to enable custom start/end symbols.

fixes #2985
@topherfangio topherfangio added pr: merge ready This PR is ready for a caretaker to review and removed pr: merge ready This PR is ready for a caretaker to review labels Aug 12, 2015
@topherfangio
Copy link
Contributor

Apologies for the random references/tags; I swapped the last two digits of the issue I was working on when referencing it in my PR :/

@ThomasBurleson ThomasBurleson modified the milestones: post-1.0 , Backlog Sep 4, 2015
@ThomasBurleson ThomasBurleson modified the milestones: post-1.0 , Backlog Jan 5, 2016
@ThomasBurleson ThomasBurleson modified the milestones: Backlog, Deprecated Apr 20, 2016
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 a pull request may close this issue.

5 participants