mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
refactor(picker): remove refresh key (#26340)
BREAKING CHANGE: The `refresh` key has been removed from the `PickerColumn` interface. Developers should use the `columns` property to refresh the `ion-picker` view.
This commit is contained in:
@ -37,12 +37,6 @@ export interface PickerColumn {
|
||||
prefixWidth?: string;
|
||||
suffixWidth?: string;
|
||||
optionsWidth?: string;
|
||||
|
||||
/**
|
||||
* @deprecated - Use the `columns` property on `ion-picker`
|
||||
* to refresh the component view instead.
|
||||
*/
|
||||
refresh?: () => void;
|
||||
}
|
||||
|
||||
export interface PickerColumnOption {
|
||||
|
||||
Reference in New Issue
Block a user