github melt-ui/next-gen melt@0.40.2

latest releases: melt@0.42.0, melt@0.41.0
2 months ago

Patch Changes

  • Fix onNavigate callback behavior in Combobox and Select components (be3bf49)

    Previously, the onNavigate callback would only handle custom navigation and never fall back to default behavior when returning null. Now correctly implements the documented behavior:

    • When onNavigate returns a value: uses that value for navigation
    • When onNavigate returns null: 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.

Don't miss a new next-gen release

NewReleases is sending notifications on new releases.