Skip to content

Commit

Permalink
fix: add displayName and __ui__ to select component
Browse files Browse the repository at this point in the history
  • Loading branch information
kiran0022 committed Sep 24, 2024
1 parent 2f5e8ce commit c7acd55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/dirty-llamas-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@yamada-ui/select": patch
---

add displyName and **ui** to select component
3 changes: 3 additions & 0 deletions packages/components/select/src/select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,3 +275,6 @@ const SelectField = forwardRef<SelectFieldProps, "div">(
)
},
)

Select.displayName = "Select"
Select.__ui__ = "Select"

0 comments on commit c7acd55

Please sign in to comment.