mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
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:
parent
77e85e665c
commit
ca8554ccff
5
.changeset/modern-eels-march.md
Normal file
5
.changeset/modern-eels-march.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@nextui-org/date-picker": patch
|
||||
---
|
||||
|
||||
add missing ref to input wrapper (#3008)
|
||||
@ -315,6 +315,7 @@ export function useDateRangePicker<T extends DateValue>({
|
||||
|
||||
const getInputWrapperProps = (props = {}) => {
|
||||
return {
|
||||
ref: domRef,
|
||||
...props,
|
||||
...groupProps,
|
||||
"data-slot": "input-wrapper",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user