Skip to content

Commit

Permalink
Scrollable: Fix story by declaring field as readonly (#67683)
Browse files Browse the repository at this point in the history
Co-authored-by: tyxla <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
  • Loading branch information
3 people authored Dec 6, 2024
1 parent 71c6fb6 commit a0c4c61
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 a0c4c61

Please sign in to comment.