Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
239bb98
Init Select comp
forestream Aug 7, 2025
7da5e90
Create basic Select structure
forestream Aug 7, 2025
48760a6
Add value selection in Select
forestream Aug 7, 2025
cbebb9e
Add outside click close function
forestream Aug 7, 2025
3a1b7af
Update devup.json
forestream Aug 7, 2025
8759048
Update Select for sub menus
forestream Aug 7, 2025
b7eb3d9
Add value prop to Select context
forestream Aug 7, 2025
ad109ab
Add value prop to SelectOption
forestream Aug 7, 2025
d31277f
Fix disabled radio check
forestream Aug 7, 2025
b8f0756
Add controlled Select stories
forestream Aug 7, 2025
2819085
Fix type
forestream Aug 8, 2025
6dbf84b
Add test cases
forestream Aug 8, 2025
e8c0203
Add colors prop
forestream Aug 8, 2025
d810cb7
Fix test
forestream Aug 8, 2025
0aab46e
Add boxSizing to Select, Input
forestream Aug 8, 2025
f0366ce
Fix typography
forestream Aug 8, 2025
805eb1e
Add confirm button to SelectOption
forestream Aug 8, 2025
fdaff93
Run changeset
forestream Aug 8, 2025
758d36d
Fix build error
forestream Aug 8, 2025
c212af2
Merge branch 'main' into feat-select
forestream Aug 11, 2025
f10c9d4
Update Select test cases
forestream Aug 11, 2025
548011c
Reinstall packages
forestream Aug 11, 2025
869e0cb
Fix color var key
forestream Aug 11, 2025
437fd7f
Add test case for clicking confirm button
forestream Aug 11, 2025
5c9b4cd
Remove DefaultComponent in test
forestream Aug 11, 2025
82feda0
Fix event handler logic in Select
forestream Aug 11, 2025
247f40a
Run changeset
forestream Aug 11, 2025
cbd3adc
Merge branch 'main' into feat-select
forestream Aug 12, 2025
94e3a5c
Fix snapshot
forestream Aug 12, 2025
ef60bab
Fix Stepper
forestream Aug 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/great-sheep-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@devup-ui/components": patch
---

Add Select component
5 changes: 5 additions & 0 deletions .changeset/metal-socks-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@devup-ui/components": patch
---

Add Select component
Loading