From f98e5750b443088af9f33b27b0b2902f7358ddd8 Mon Sep 17 00:00:00 2001 From: "QliQ.dev" Date: Mon, 6 Feb 2023 10:38:47 +0600 Subject: [PATCH] chore(BREAKING): code syntax formatting (#26735) --- BREAKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BREAKING.md b/BREAKING.md index bdc5c87e36..7f16d41108 100644 --- a/BREAKING.md +++ b/BREAKING.md @@ -287,7 +287,7 @@ Any references to the virtual scroll types from `@ionic/core` have been removed.

Angular

-- `null` values on form components will no longer be converted to the empty string (`''`) or `false`. This impacts `ion-checkbox`, `ion-datetime`, `ion-input`, `ion-radio`, `ion-radio-group`, ion-range`, `ion-searchbar`, `ion-segment`, `ion-select`, `ion-textarea`, and `ion-toggle`. +- `null` values on form components will no longer be converted to the empty string (`''`) or `false`. This impacts `ion-checkbox`, `ion-datetime`, `ion-input`, `ion-radio`, `ion-radio-group`, `ion-range`, `ion-searchbar`, `ion-segment`, `ion-select`, `ion-textarea`, and `ion-toggle`.

React