Skip to content

Commit

Permalink
Scrollable: Fix story by declaring field as readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Dec 6, 2024
1 parent b8bfb4d commit b93751c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/scrollable/stories/index.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const Template: StoryFn< typeof Scrollable > = ( { ...args } ) => {
} }
type="text"
value="Focus me"
readOnly
/>
</View>
</Scrollable>
Expand Down

0 comments on commit b93751c

Please sign in to comment.