Patch Changes
-
Fix
onNavigatecallback behavior in Combobox and Select components (be3bf49)Previously, the
onNavigatecallback would only handle custom navigation and never fall back to default behavior when returningnull. Now correctly implements the documented behavior:- When
onNavigatereturns a value: uses that value for navigation - When
onNavigatereturnsnull: falls back to default DOM-based navigation
This allows for more flexible navigation handling, such as selective override of navigation behavior in specific scenarios while maintaining default behavior in others.
- When