You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/melt/CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
# melt
2
2
3
+
## 0.40.0
4
+
5
+
### Minor Changes
6
+
7
+
- Add `onNavigate` prop to Combobox and Select components for virtualization support ([`a11b306`](https://github.com/melt-ui/next-gen/commit/a11b306de71c5e8856c4c675b761eff42a8419df))
8
+
9
+
-**Combobox**: Added optional `onNavigate` callback to enable custom navigation logic for virtualized lists
10
+
-**Select**: Added optional `onNavigate` callback to enable custom navigation logic for virtualized lists
11
+
12
+
The `onNavigate` prop allows virtualization libraries to handle arrow key navigation properly by providing the full dataset instead of relying on DOM-queried options. This fixes wrap-around behavior where navigation would only cycle through currently rendered items instead of the complete list.
0 commit comments