mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(components): autocomplete, tabIndex is not passed on input (#2375)
* fix(components): autocomplete, tabIndex is not passed on input * fix(components): autocomplete, tabIndex is not passed on input * Update metal-gorillas-dress.md
This commit is contained in:
parent
2dc5adb6e0
commit
e12f3faa81
5
.changeset/metal-gorillas-dress.md
Normal file
5
.changeset/metal-gorillas-dress.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@nextui-org/autocomplete": patch
|
||||
---
|
||||
|
||||
autocomplete, tabIndex is not passed on input
|
||||
@ -356,9 +356,9 @@ export function useAutocomplete<T extends object>(originalProps: UseAutocomplete
|
||||
|
||||
const getInputProps = () =>
|
||||
({
|
||||
...slotsProps.inputProps,
|
||||
...otherProps,
|
||||
...inputProps,
|
||||
...slotsProps.inputProps,
|
||||
onClick: chain(slotsProps.inputProps.onClick, otherProps.onClick),
|
||||
} as unknown as InputProps);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user