Skip to content

Commit

Permalink
📝 update docs with new prop
Browse files Browse the repository at this point in the history
  • Loading branch information
troberts-28 committed Jan 9, 2024
1 parent 5b82e9f commit 53b4a7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ return (
| secondLabel | Label for the seconds picker | String \| React.ReactElement | s | false |
| padWithNItems | Number of items to pad the picker with on either side | Number | 1 | false |
| aggressivelyGetLatestDuration | Set to True to ask DurationScroll to aggressively update the latestDuration ref | Boolean | false | false |
| allowFontScaling | Allow font in the picker to scale with accessibility settings | Boolean | false | false |
| use12HourPicker | Switch the hour picker to 12-hour format with an AM / PM label | Boolean | false | false |
| amLabel | Set the AM label if using the 12-hour picker | String | am | false |
| pmLabel | Set the PM label if using the 12-hour picker | String | pm | false |
Expand Down

0 comments on commit 53b4a7a

Please sign in to comment.