Skip to content

Commit 53b4a7a

Browse files
committed
📝 update docs with new prop
1 parent 5b82e9f commit 53b4a7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ return (
333333
| secondLabel | Label for the seconds picker | String \| React.ReactElement | s | false |
334334
| padWithNItems | Number of items to pad the picker with on either side | Number | 1 | false |
335335
| aggressivelyGetLatestDuration | Set to True to ask DurationScroll to aggressively update the latestDuration ref | Boolean | false | false |
336+
| allowFontScaling | Allow font in the picker to scale with accessibility settings | Boolean | false | false |
336337
| use12HourPicker | Switch the hour picker to 12-hour format with an AM / PM label | Boolean | false | false |
337338
| amLabel | Set the AM label if using the 12-hour picker | String | am | false |
338339
| pmLabel | Set the PM label if using the 12-hour picker | String | pm | false |

0 commit comments

Comments
 (0)