fix: revert combobox defaultHighlightedIndex to -1 by kof · Pull Request #5586 · webstudio-is/webstudio

@kof

When user enters a value that matches an autocomplete item but wants to
keep their custom entry (not select the autocomplete suggestion), they
need to press ESC to dismiss the autocomplete. With defaultHighlightedIndex=0,
the first item was always highlighted and could interfere with this workflow.

@kof kof deleted the combo-highlight branch

January 26, 2026 19:37