{"id":50469981,"url":"https://github.com/luismtapiab/ngx-multi-field-dropdown","last_synced_at":"2026-06-15T23:00:40.906Z","repository":{"id":359011371,"uuid":"1240424578","full_name":"luismtapiab/ngx-multi-field-dropdown","owner":"luismtapiab","description":"A customizable, lightweight Angular searchable dropdown component that allows searching across multiple object fields with word-based filtering.","archived":false,"fork":false,"pushed_at":"2026-06-06T03:45:56.000Z","size":155,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-06T04:21:42.921Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://luismtapiab.github.io/ngx-multi-field-dropdown/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luismtapiab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-16T05:45:37.000Z","updated_at":"2026-06-06T03:45:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/luismtapiab/ngx-multi-field-dropdown","commit_stats":null,"previous_names":["luismtapiab/ngx-multi-field-dropdown"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luismtapiab/ngx-multi-field-dropdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luismtapiab%2Fngx-multi-field-dropdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luismtapiab%2Fngx-multi-field-dropdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luismtapiab%2Fngx-multi-field-dropdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luismtapiab%2Fngx-multi-field-dropdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luismtapiab","download_url":"https://codeload.github.com/luismtapiab/ngx-multi-field-dropdown/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luismtapiab%2Fngx-multi-field-dropdown/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34383468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-01T10:00:22.214Z","updated_at":"2026-06-15T23:00:40.900Z","avatar_url":"https://github.com/luismtapiab.png","language":"TypeScript","funding_links":[],"categories":["Third Party Components"],"sub_categories":["Form Controls"],"readme":"# ngx-multi-field-dropdown 🌟\n\n[![npm version](https://img.shields.io/npm/v/ngx-multi-field-dropdown.svg?style=flat-square)](https://www.npmjs.com/package/ngx-multi-field-dropdown)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://opensource.org/licenses/MIT)\n[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/luismtapiab/ngx-multi-field-dropdown/tree/master/example)\n\n![Preview of Luis Tapia angular dropdown](preview.png)\nA customizable, lightweight, and high-performance Angular searchable dropdown component with multi-field search support. Driven by **Angular Signals** for optimal performance and reactivity.\n\nDemo:\n\n- Live demo on Render: https://ngx-multi-field-dropdown.onrender.com/ (preview built with Docker, made during this excelent course:  http://devopswithdocker.com)\n\n- Github Pages: https://luismtapiab.github.io/ngx-multi-field-dropdown\n\n- or in StackBlitz:\n👉 **[Open in StackBlitz Live Editor](https://stackblitz.com/github/luismtapiab/ngx-multi-field-dropdown/tree/master/example)**\n\n---\n\n## ⚡ Features\n- 🔍 **Multi-Field Search**: Query items by multiple keys/properties simultaneously.\n- 🚦 **Reactive Core**: Built using Angular Signals for modern, high-performance reactivity.\n- 🎨 **Fully Customizable Styles**: Styled with custom CSS variables that are easy to override.\n- ⌨️ **Keyboard Navigation**: Designed with accessibility in mind.\n- 📦 **No Workspaces Required**: Completely standalone structures for simple local development and robust packaging.\n\n\n## 📂 Repository Structure\nThis repository contains both the library source code and a clean, fully-functioning example application:\n\n- **[`ngx-multi-field-dropdown/`](./ngx-multi-field-dropdown)**: The library source folder.\n- **[`example/`](./example)**: A standalone Angular application demonstrating how to import and use the library.\n\n---\n\n## 📦 Installation\n\nTo install the library, run the following command in your Angular application directory:\n\n```bash\nnpm install ngx-multi-field-dropdown\n```\n\n---\n\n## 🛠️ Quick Usage\n\n1. **Import the component** in your Angular component:\n\n```typescript\nimport { Component } from '@angular/core';\nimport { MultiFieldDropdownComponent } from 'ngx-multi-field-dropdown';\n\n@Component({\n  selector: 'app-root',\n  standalone: true,\n  imports: [MultiFieldDropdownComponent],\n  templateUrl: './app.component.html'\n})\nexport class AppComponent {\n  // Your data list\n  items = [\n    { id: 1, name: 'John Doe', role: 'Developer', dept: 'Engineering' },\n    { id: 2, name: 'Jane Smith', role: 'Designer', dept: 'Creative' }\n  ];\n\n  // Configure search fields\n  searchFields = ['name', 'role', 'dept'];\n}\n```\n\n2. **Add it to your HTML**:\n\n```html\n\u003cngx-multi-field-dropdown\n  [items]=\"items\"\n  [searchFields]=\"searchFields\"\n  displayField=\"name\"\n  placeholder=\"Search by name, role or department...\"\n  (selectionChange)=\"onSelectionChange($event)\"\u003e\n\u003c/ngx-multi-field-dropdown\u003e\n```\n\n---\n\n## 📄 License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluismtapiab%2Fngx-multi-field-dropdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluismtapiab%2Fngx-multi-field-dropdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluismtapiab%2Fngx-multi-field-dropdown/lists"}