Skip to content

fix(autocomplete): auto-highlighted first option not display correctly if the floating label is disabled - #14413

Closed
crisbeto wants to merge 0 commit into
angular:masterfrom
crisbeto:13734/autocomplete-auto-active-float-label
Closed

fix(autocomplete): auto-highlighted first option not display correctly if the floating label is disabled#14413
crisbeto wants to merge 0 commit into
angular:masterfrom
crisbeto:13734/autocomplete-auto-active-float-label

Conversation

@crisbeto

Copy link
Copy Markdown
Member

Fixes the first option not appearing as highlighted if the consumer has set floatLabel="never" and autoActiveFirstOption. It looks like we were depending on the transitioned event from the label to kick off the change detection that shows the highlight.

Fixes#13734.

@crisbetocrisbeto added merge: caretaker note Alert the caretaker performing the merge to check the PR for an out of normal action needed or note target: patch This PR is targeted for the next patch release labels Dec 6, 2018
@googlebotgooglebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Dec 6, 2018
@crisbeto

Copy link
Copy Markdown
MemberAuthor

Caretaker note: this is a resubmit of #13774 which had to be reverted due to sync issues.

@crisbetocrisbeto closed this Dec 6, 2018
@crisbeto
crisbetoforce-pushed the 13734/autocomplete-auto-active-float-label branch from 91d90df to 63be232CompareDecember 6, 2018 20:24
@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-botangular-automatic-lock-botBot locked and limited conversation to collaborators Sep 10, 2019
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yesPR author has agreed to Google's Contributor License Agreementmerge: caretaker noteAlert the caretaker performing the merge to check the PR for an out of normal action needed or notetarget: patchThis PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Autocomplete]: autoActiveFirstOption not working when tabbing in with disabled floatLabel

3 participants

@crisbeto@googlebot@mmalerba