-
Notifications
You must be signed in to change notification settings - Fork 6.8k
update on docs and comments for default option value for checkbox #21230
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
… value for checkbox updates the documentation and comments of customizing the default option of the checkbox. the default option value to provide for checkbox is MAT_CHECKBOX_DEFAULT_OPTIONS for version>=10 fixes #21025
docs(material/checkbox): updated docs and comments for default option…
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Caretaker note: for some reason the CI didn't run on this PR. It's only doc changes so I think that we can merge it anyway. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@adhispace do you happen to have CircleCI set up on your fork of angular/components? |
Seems like this change has conflicts with 11.0.x. Is it ok to change this to |
no, I dont have CircleCI setup in my fork. |
… value for checkbox (#21230) (#21254) updates the documentation and comments of customizing the default option of the checkbox. the default option value to provide for checkbox is MAT_CHECKBOX_DEFAULT_OPTIONS for version>=10 fixes #21025 Co-authored-by: adhispace <[email protected]>
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
updates the documentation and comments of customizing the default option of the checkbox.
the default option value to provide for checkbox is MAT_CHECKBOX_DEFAULT_OPTIONS for version>=10
fixes #21025