mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
feat(picker-column): assign custom aria-labels to column options (#26749)
This commit is contained in:
@ -57,4 +57,8 @@ export interface PickerColumnOption {
|
||||
duration?: number;
|
||||
transform?: string;
|
||||
selected?: boolean;
|
||||
/**
|
||||
* The optional text to assign as the aria-label on the picker column option.
|
||||
*/
|
||||
ariaLabel?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user