Skip to content
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

fix(material/tabs): allow coercing of booleans for all inputs #24377

Merged
merged 1 commit into from
Feb 14, 2022

Conversation

jeripeierSBB
Copy link
Contributor

@jeripeierSBB jeripeierSBB commented Feb 8, 2022

Previously, some properties were declared as BooleanInput and some not. With this commit, all boolean inputs are threat as BooleanInput and therefore the input values are being coerced.

@jeripeierSBB jeripeierSBB force-pushed the tabs-coerce-boolean branch 4 times, most recently from 0d0da2a to e68f1ba Compare February 8, 2022 13:29
Previously, some properties were declared as BooleanInput and some not. With this commit, all boolean inputs are threat as BooleanInput and therefore the input values are being coerced.
Copy link
Member

@josephperrott josephperrott left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@crisbeto crisbeto left a comment

Choose a reason for hiding this comment

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

LGTM

@crisbeto crisbeto added action: merge The PR is ready for merge by the caretaker 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 Feb 11, 2022
@wagnermaciel wagnermaciel added target: minor This PR is targeted for the next minor release and removed target: patch This PR is targeted for the next patch release labels Feb 14, 2022
@wagnermaciel wagnermaciel merged commit e917541 into angular:master Feb 14, 2022
amysorto pushed a commit to amysorto/components that referenced this pull request Feb 15, 2022
…r#24377)

Previously, some properties were declared as BooleanInput and some not. With this commit, all boolean inputs are threat as BooleanInput and therefore the input values are being coerced.
@jeripeierSBB
Copy link
Contributor Author

@wagnermaciel @crisbeto @josephperrott The tabs preserve content example is now broken because somehow the examples got released with version 13.2.3 but the commit of the code changes was not in release 13.2.3 but only in 14.0.0-next.3.

@devversion
Copy link
Member

@jeripeierSBB Yeah, looks like the v14 docs content/example content is used for the v13 material docs site. I'll send a fix in angular/material.angular.io.

@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 Mar 20, 2022
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 P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants