Skip to content

Commit

Permalink
refactor(odyssey-react-mui): add readonly prop to story
Browse files Browse the repository at this point in the history
  • Loading branch information
bryancunningham-okta committed Jul 31, 2024
1 parent 4586f88 commit b03118b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const storybookMeta: Meta<DatePickerProps> = {
},
},
isDisabled: fieldComponentPropsMetaData.isDisabled,
isReadOnly: fieldComponentPropsMetaData.isReadOnly,
minDate: {
description: "the minimum selectable date enabled in the calendar",
table: {
Expand Down

0 comments on commit b03118b

Please sign in to comment.