Skip to content

Combobox skeleton #20185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Aug 5, 2020
Merged

Combobox skeleton #20185

merged 14 commits into from
Aug 5, 2020

Conversation

nielsr98
Copy link
Contributor

@nielsr98 nielsr98 commented Aug 4, 2020

Created the skeleton for the combobox directive in cdk-experimental. Also added combobox to code owners.

@nielsr98 nielsr98 requested review from jelbourn and a team as code owners August 4, 2020 15:33
@nielsr98 nielsr98 added the target: minor This PR is targeted for the next minor release label Aug 4, 2020
@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Aug 4, 2020
Copy link
Member

@jelbourn jelbourn left a comment

Choose a reason for hiding this comment

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

LGTM

Add the "merge ready" label when you're ready

selector: 'ng-template[cdkComboboxPanel]',
exportAs: 'cdkComboboxPanel',
host: {
'role': 'combobox'
Copy link
Member

Choose a reason for hiding this comment

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

The panel here wouldn't be the element w/ role="combobox", it would be the trigger.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah that shouldn't have been there my mistake.

'role': 'combobox'
}
})
export class CdkComboboxPanel<V = unknown> {
Copy link
Member

Choose a reason for hiding this comment

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

I'd probably prefer to use T as the template type here (and elsewhere)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Noted.

@jelbourn jelbourn added merge: fix commit message When the PR is merged, rewrites/fixups of the commit messages are needed merge safe labels Aug 4, 2020
@nielsr98 nielsr98 added the action: merge The PR is ready for merge by the caretaker label Aug 4, 2020
@mmalerba mmalerba merged commit fbfe4cb into angular:master Aug 5, 2020
@angular-automatic-lock-bot
Copy link

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 Sep 5, 2020
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 merge: fix commit message When the PR is merged, rewrites/fixups of the commit messages are needed target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants