-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix: input coercion #23148
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: input coercion #23148
Conversation
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.
Aside from the other comments, we'll have to measure what effect this has on bundle sizes.
e92a99f
to
945baef
Compare
@crisbeto is there anything I can do? |
As I mentioned above, we'd have to measure how much of an effect this has on bundle sizes. I also expect this to conflict with #23606. |
945baef
to
af729b3
Compare
I'm not sure what command should I run to measure it. I used cdk/drag-drop/all-directives: 155979
cdk/drag-drop/basic: 153337
-material-experimental/mdc-chips/basic: 188774
+material-experimental/mdc-chips/basic: 189051
-material-experimental/mdc-form-field/advanced: 222655
+material-experimental/mdc-form-field/advanced: 222932
-material-experimental/mdc-form-field/basic: 221144
+material-experimental/mdc-form-field/basic: 221421
-material/autocomplete/without-optgroup: 208957
+material/autocomplete/without-optgroup: 209400
-material/button-toggle/standalone: 120880
+material/button-toggle/standalone: 121327
-material/chips/basic: 163503
+material/chips/basic: 163506
-material/datepicker/range-picker/without-form-field: 327676
+material/datepicker/range-picker/without-form-field: 328217
material/expansion/without-accordion: 134600
material/form-field/advanced: 181564
material/form-field/basic: 179979
-material/list/nav-list: 128581
+material/list/nav-list: 128949
-material/menu/without-lazy-content: 214482
+material/menu/without-lazy-content: 214941
-material/radio/without-group: 124015
+material/radio/without-group: 124287
-material/select/basic: 256683
+material/select/basic: 257287
-material/tabs/advanced: 183425
+material/tabs/advanced: 183988
-material/tabs/basic: 182564
+material/tabs/basic: 183127 |
dc77515
to
bd688fb
Compare
bd688fb
to
250fe02
Compare
@crisbeto Despite adding to the code size, it does seem like we should have had these from the beginning. Should we request the author to rebase? |
Closing since this PR hasn't been touched in a long time and it has a lot of conflicts. |
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. |
Applied missed boolean/number coercion for
@Input
's.