40fa7c5f06c343c9b501ecffee8ff1735c25cb17
Match Angular's CityAutocompleteItemComponent: each suggestion is either a city row (bold name, country in gray) or an indented airport row. Port CitiesSearchService search (starts-with → includes → by-airport-name, cap at 10 cities, then insert each city's other airports). Airport selections resolve to the owning city code, matching Angular behavior where typing 'SVO' or clicking the Sheremetyevo row sets city = MOW.
Description
No description provided
Languages
TypeScript
62.7%
HTML
23.6%
SCSS
11%
JavaScript
1.1%
C#
0.9%
Other
0.6%