Skip to content

Commit

Permalink
feat(date-picker): add missing ref to input wrapper (#3011)
Browse files Browse the repository at this point in the history
* fix(date-picker): add missing ref to input wrapper

* feat(changeset): add changeset
  • Loading branch information
wingkwong authored May 19, 2024
1 parent 77e85e6 commit ca8554c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/modern-eels-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nextui-org/date-picker": patch
---

add missing ref to input wrapper (#3008)
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ export function useDateRangePicker<T extends DateValue>({

const getInputWrapperProps = (props = {}) => {
return {
ref: domRef,
...props,
...groupProps,
"data-slot": "input-wrapper",
Expand Down

0 comments on commit ca8554c

Please sign in to comment.