Skip to content

feat(material-experimental): add option to filter checkbox harnesses by name #16662

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

Conversation

devversion
Copy link
Member

Adds an option to the checkbox harnesses that allows developers
to filter harnesses by checkbox names. This is helpful because
developers can not filter checkboxes by name using CSS selectors
because the name input binding is not bound to the host DOM element.

Similar to #16609 (comment)

@devversion devversion requested a review from mmalerba as a code owner August 1, 2019 16:54
@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Aug 1, 2019
@devversion devversion added pr: merge safe target: patch This PR is targeted for the next patch release labels Aug 1, 2019
@mmalerba
Copy link
Contributor

apply merge ready after updating comment

…by name

Adds an option to the checkbox harnesses that allows developers
to filter harnesses by checkbox names. This is helpful because
developers can not filter checkboxes by name using CSS selectors
because the `name` input binding is not bound to the host DOM element.

Similar to angular#16609 (comment)
@devversion devversion force-pushed the feat/material-experimental-checkbox-filter-by-name-harness branch from 4ae87f7 to 1f678e6 Compare August 13, 2019 15:07
@devversion devversion added the action: merge The PR is ready for merge by the caretaker label Aug 13, 2019
@mmalerba mmalerba merged commit 2cbabf0 into angular:master Aug 13, 2019
mmalerba pushed a commit that referenced this pull request Aug 14, 2019
Adds an option to the checkbox harnesses that allows developers
to filter harnesses by checkbox names. This is helpful because
developers can not filter checkboxes by name using CSS selectors
because the `name` input binding is not bound to the host DOM element.

Similar to #16609 (comment)

(cherry picked from commit 2cbabf0)
@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 13, 2019
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 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