mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
refactor(radio): remove legacy property and support for legacy syntax (#29038)
BREAKING CHANGE: The `legacy` property and support for the legacy syntax, which involved placing an `ion-radio` inside of an `ion-item` with an `ion-label`, have been removed from radio. For more information on migrating from the legacy radio syntax, refer to the [Radio documentation](https://ionicframework.com/docs/api/radio#migrating-from-legacy-radio-syntax).
This commit is contained in:
@ -605,10 +605,8 @@ export const IonRadio = /*@__PURE__*/ defineContainer<JSX.IonRadio, JSX.IonRadio
|
||||
'disabled',
|
||||
'value',
|
||||
'labelPlacement',
|
||||
'legacy',
|
||||
'justify',
|
||||
'alignment',
|
||||
'ionStyle',
|
||||
'ionFocus',
|
||||
'ionBlur'
|
||||
],
|
||||
|
Reference in New Issue
Block a user