Skip to content

Commit

Permalink
docs: select options - hidden instead of disabled (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
rabelloo authored Nov 26, 2021
1 parent 832d804 commit 0d4aa7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/select/select.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default {
args: {
children: (
<>
<Option disabled value="">
<Option hidden value="">
Select an option...
</Option>
<Option value={1}>Option 1</Option>
Expand Down

1 comment on commit 0d4aa7a

@vercel
Copy link

@vercel vercel bot commented on 0d4aa7a Nov 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.