Skip to content

Commit

Permalink
docs(picker): add ariaLabel to PickerColumnOption
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi authored Feb 24, 2023
1 parent 8036f63 commit 8b0fc89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/api/picker.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ interface PickerColumnOption {
duration?: number;
transform?: string;
selected?: boolean;
/**
* The optional text to assign as the aria-label on the picker column option.
*/
ariaLabel?: string;
}
```

Expand Down

0 comments on commit 8b0fc89

Please sign in to comment.