Skip to content

v0.90.3

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Nov 12:21
781f002

Patch Changes

  • #886 15daa007 Thanks @tenphi! - Fix ComboBox auto-focus behavior when using allowsCustomValue. The component now correctly maintains focus on the first filtered item while typing, allowing Enter key selection to work properly. The focus is automatically re-established when the currently focused item is filtered out of the list. Additionally, the refocus logic now properly verifies that the selected item exists in the filtered collection before attempting to focus on it, preventing focus on non-existent keys.