You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BREAKING.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ This is a comprehensive list of the breaking changes introduced in the major ver
19
19
-[Card](#version-9x-card)
20
20
-[Chip](#version-9x-chip)
21
21
-[Grid](#version-9x-grid)
22
+
-[Input Otp](#version-9x-input-otp)
22
23
-[Radio Group](#version-9x-radio-group)
23
24
-[Textarea](#version-9x-textarea)
24
25
@@ -149,6 +150,12 @@ To reorder two columns where column 1 has `size="9" push="3"` and column 2 has `
149
150
</ion-grid>
150
151
```
151
152
153
+
<h4id="version-9x-input-otp">Input Otp</h4>
154
+
155
+
Converted `ion-input-otp` to use [Shadow DOM](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM).
156
+
157
+
If you were targeting the internals of `ion-input-otp` in your CSS, you will need to target the `group`, `container`, `native`, `separator` or `description`[Shadow Parts](https://ionicframework.com/docs/theming/css-shadow-parts) instead, or use the provided CSS Variables.
158
+
152
159
<h4id="version-9x-radio-group">Radio Group</h4>
153
160
154
161
Converted `ion-radio-group` to use [Shadow DOM](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM).
* The mode determines the platform behaviors of the component.
1784
+
*/
1785
+
"mode"?: "ios" | "md";
1782
1786
/**
1783
1787
* A regex pattern string for allowed characters. Defaults based on type. For numbers (`type="number"`): `"[\p{N}]"` For text (`type="text"`): `"[\p{L}\p{N}]"`
0 commit comments