-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5a7d682
commit 65e7fee
Showing
41 changed files
with
234 additions
and
227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
docs/data/base/components/select/UnstyledSelectBasic/system/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
docs/data/base/components/select/UnstyledSelectBasic/system/index.tsx.preview
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<CustomSelect defaultValue={10}> | ||
<Select defaultValue={10}> | ||
<StyledOption value={10}>Ten</StyledOption> | ||
<StyledOption value={20}>Twenty</StyledOption> | ||
<StyledOption value={30}>Thirty</StyledOption> | ||
</CustomSelect> | ||
</Select> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
docs/data/base/components/select/UnstyledSelectBasic/tailwind/index.tsx.preview
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<CustomSelect defaultValue={10}> | ||
<Select defaultValue={10}> | ||
<Option value={10}>Ten</Option> | ||
<Option value={20}>Twenty</Option> | ||
<Option value={30}>Thirty</Option> | ||
</CustomSelect> | ||
</Select> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
docs/data/base/components/select/UnstyledSelectControlled.tsx.preview
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<CustomSelect value={value} onChange={(_, newValue) => setValue(newValue)}> | ||
<Select value={value} onChange={(_, newValue) => setValue(newValue)}> | ||
<StyledOption value={10}>Ten</StyledOption> | ||
<StyledOption value={20}>Twenty</StyledOption> | ||
<StyledOption value={30}>Thirty</StyledOption> | ||
</CustomSelect> | ||
</Select> | ||
|
||
<Paragraph>Selected value: {value}</Paragraph> |
Oops, something went wrong.