Skip to content

fix(material/select): scroll to top on last option before option group - #23147

Merged
wagnermaciel merged 1 commit into
angular:masterfrom
crisbeto:select-option-scroll-top
Jul 13, 2021
Merged

fix(material/select): scroll to top on last option before option group#23147
wagnermaciel merged 1 commit into
angular:masterfrom
crisbeto:select-option-scroll-top

Conversation

@crisbeto

Copy link
Copy Markdown
Member

We have some logic in mat-autocomplete that scrolls the list to the top when the user moves to the first option in the first option group. This is slightly better UX, because it shows the group label, rather than stopping just below it.

These changes port over the same logic to mat-select.

We have some logic in `mat-autocomplete` that scrolls the list to the top when the user moves to the first option in the first option group. This is slightly better UX, because it shows the group label, rather than stopping just below it.

These changes port over the same logic to `mat-select`.
@crisbeto crisbeto added P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent target: patch This PR is targeted for the next patch release labels Jul 12, 2021
@crisbeto
crisbeto requested a review from mmalerba July 12, 2021 05:44
@google-cla google-cla Bot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Jul 12, 2021

@mmalerba mmalerba left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@mmalerba mmalerba added the action: merge The PR is ready for merge by the caretaker label Jul 12, 2021
@wagnermaciel
wagnermaciel merged commit fbb80fc into angular:master Jul 13, 2021
wagnermaciel pushed a commit that referenced this pull request Jul 13, 2021
#23147)

We have some logic in `mat-autocomplete` that scrolls the list to the top when the user moves to the first option in the first option group. This is slightly better UX, because it shows the group label, rather than stopping just below it.

These changes port over the same logic to `mat-select`.

(cherry picked from commit fbb80fc)
@angular-automatic-lock-bot

Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot Bot locked and limited conversation to collaborators Aug 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker cla: yes PR author has agreed to Google's Contributor License Agreement P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants