Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
brandyscarney
approved these changes
Apr 14, 2026
|
|
||
| ### Legacy Picker | ||
|
|
||
| 1. Remove any usages of the `ion-picker-legacy` and `ion-picker-column-legacy` components. These components have been removed in Ionic 9. Use [`ion-picker` component](../api/picker.md#picker-in-modal) instead. |
Member
There was a problem hiding this comment.
Suggested change
| 1. Remove any usages of the `ion-picker-legacy` and `ion-picker-column-legacy` components. These components have been removed in Ionic 9. Use [`ion-picker` component](../api/picker.md#picker-in-modal) instead. | |
| 1. Remove any usages of the `ion-picker-legacy` and `ion-picker-column-legacy` components. These components have been removed in Ionic 9. Use the [Picker](../api/picker.md) component instead. |
Did you mean to target the picker-in-modal hash?
Contributor
Author
There was a problem hiding this comment.
Yes, since that is the exact way to mimic what it would have been with the legacy picker. I wanted devs to be able to see the example and just replace it without having to figure it out on their own.
Member
|
Do we need to remove these here also: https://ionicframework.com/docs/developing/config#ionicconfig |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue URL: internal
What is the current behavior?
ion-picker-legacyandion-picker-legacy-columnare still being documented. They are components that have been deprecated in v8.What is the new behavior?
Does this introduce a breaking change?
Yes
No
ion-picker-legacyandion-picker-legacy-columnhave been removed from Ionic Framework. The legacy picker component has been replaced with a inline picker component.ion-picker-legacyorIonPickerLegacyshould be changed toion-pickerandIonPicker, respectively.Other information
Updating from Ionic 8 to 9