feat(date-picker): add missing ref to input wrapper (#3011)

* fix(date-picker): add missing ref to input wrapper

* feat(changeset): add changeset
This commit is contained in:
աӄա 2024-05-19 21:23:03 +08:00 committed by GitHub
parent 77e85e665c
commit ca8554ccff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"@nextui-org/date-picker": patch
---
add missing ref to input wrapper (#3008)

View File

@ -315,6 +315,7 @@ export function useDateRangePicker<T extends DateValue>({
const getInputWrapperProps = (props = {}) => {
return {
ref: domRef,
...props,
...groupProps,
"data-slot": "input-wrapper",