Skip to content

Commit

Permalink
docs(picker): describe how to set the initial value of a picker column (
Browse files Browse the repository at this point in the history
  • Loading branch information
dtarnawsky authored Aug 22, 2023
1 parent 6bc7c76 commit 32bb2d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/api/picker.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ interface PickerButton {
interface PickerColumn {
name: string;
align?: string;
/**
* Changing this value allows the initial value of a picker column to be set.
*/
selectedIndex?: number;
prevSelected?: number;
prefix?: string;
Expand Down

1 comment on commit 32bb2d0

@vercel
Copy link

@vercel vercel bot commented on 32bb2d0 Aug 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ionic-docs – ./

ionic-docs-git-main-ionic1.vercel.app
ionic-docs-ionic1.vercel.app
ionic-docs-gqykycf8t.vercel.app

Please sign in to comment.