Skip to content

Commit

Permalink
chore: corrects readOnly to isReadOnly arg (#3210)
Browse files Browse the repository at this point in the history
the read-only datepicker should no longer display the calendar
  • Loading branch information
marissahuysentruyt authored Oct 4, 2024
1 parent ed55ee9 commit 063a37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/datepicker/stories/datepicker.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const DatePickerGroup = Variants({
},
{
testHeading: "Read-only",
readOnly: true,
isReadOnly: true,
wrapperStyles: {
"min-block-size": "30px",
}
Expand Down

0 comments on commit 063a37f

Please sign in to comment.