{"id":18614966,"url":"https://github.com/andrewjbateman/ionic-select-searchbar","last_synced_at":"2025-04-11T00:31:00.189Z","repository":{"id":40668980,"uuid":"190932123","full_name":"AndrewJBateman/ionic-select-searchbar","owner":"AndrewJBateman","description":":clipboard: Ionic app to use the Ionic Selectable Module","archived":false,"fork":false,"pushed_at":"2023-02-04T06:40:18.000Z","size":1345,"stargazers_count":4,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T06:51:13.329Z","etag":null,"topics":["angular","angular15","html5","ionic","ionic-selectable","ionic-selectables","ionic6","scss"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndrewJBateman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-08T20:29:58.000Z","updated_at":"2023-10-06T07:45:52.000Z","dependencies_parsed_at":"2023-02-18T14:30:50.604Z","dependency_job_id":null,"html_url":"https://github.com/AndrewJBateman/ionic-select-searchbar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-select-searchbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-select-searchbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-select-searchbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-select-searchbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/ionic-select-searchbar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248322234,"owners_count":21084333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["angular","angular15","html5","ionic","ionic-selectable","ionic-selectables","ionic6","scss"],"created_at":"2024-11-07T03:27:39.418Z","updated_at":"2025-04-11T00:30:56.976Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :zap: Ionic Select Searchbar\n\n* App created using the [Ionic framework](https://ionicframework.com/docs) and the [Ionic Selectable search component](https://www.npmjs.com/package/ionic-selectable) to create a list of selectable elements.\n* Tutorial code from [Simon Grimm at the Ionic Acdemy](https://www.youtube.com/channel/UCZZPgUIorPao48a1tBYSDgg) - see [:clap: Inspiration](#clap-inspiration) below\n* **Note:** to open web links in a new window use: _ctrl+click on link_\n\n![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/ionic-select-searchbar?style=plastic)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/ionic-select-searchbar?style=plastic)\n![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/ionic-select-searchbar?style=plastic)\n![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/ionic-select-searchbar?style=plastic)\n\n## :page_facing_up: Table of contents\n\n* [:zap: Ionic Select Searchbar](#zap-ionic-select-searchbar)\n  * [:page_facing_up: Table of contents](#page_facing_up-table-of-contents)\n  * [:books: General info](#books-general-info)\n  * [:camera: Screenshots](#camera-screenshots)\n  * [:signal_strength: Technologies](#signal_strength-technologies)\n  * [:floppy_disk: Setup](#floppy_disk-setup)\n  * [:computer: Code Examples](#computer-code-examples)\n  * [:cool: Features - Ionic Selectable](#cool-features---ionic-selectable)\n  * [:clipboard: Status \u0026 To-do list](#clipboard-status--to-do-list)\n  * [:clap: Inspiration](#clap-inspiration)\n  * [:file_folder: License](#file_folder-license)\n  * [:envelope: Contact](#envelope-contact)\n\n## :books: General info\n\n* array of data used to test selectable searches.\n\n## :camera: Screenshots\n\n![image](./img/selectable_search.png)\n\n## :signal_strength: Technologies\n\n* [Ionic/angular v6](https://www.npmjs.com/package/@ionic/angular)\n* [Ionic v6](https://ionicframework.com/)\n* [Angular v15](https://angular.io/)\n* [Ionic Selectable v4](https://www.npmjs.com/package/ionic-selectable) An Ionic component similar to Ionic Select, that allows user to search items, including async search, infinite scrolling and more. [@ionic-selectable/angular](https://www.npmjs.com/package/@ionic-selectable/angular) exists but has no documentation so I did not use it.\n\n## :floppy_disk: Setup\n\n* Run `npm i` to install dependencies\n* To start the server on _localhost://8100_ type: 'ionic serve'\n\n## :computer: Code Examples\n\n```typescript\n\u003cion-item\u003e\n  \u003cion-label\u003eGroup example\u003c/ion-label\u003e\n\n  \u003cionic-selectable\n    [(ngModel)]=\"group\"\n      itemValueField=\"id\"\n      itemTextField=\"name\"\n      groupTextField=\"type\"\n      [items]=\"groups\"\u003e\n\n      \u003cng-template ionicSelectableGroupTemplate let-group=\"group\"\u003e\n        {{ group.text }}\n      \u003c/ng-template\u003e\n\n  \u003c/ionic-selectable\u003e\n\u003c/ion-item\u003e\n```\n\n## :cool: Features - Ionic Selectable\n\n* **Features copied from Ionic component** [documentation](https://www.npmjs.com/package/ionic-selectable):\n\n* Single selection\n* Multiple selection\n* Search items\n* Search items asynchronously\n* Search by several item fields\n* Forms\n* InfiniteScroll\n* VirtualScroll\n* Templates\n* Grouping items\n* Editing, adding and deleting items\n* Disabling items\n\n## :clipboard: Status \u0026 To-do list\n\n* Status: Working\n* To-do: Nothing\n\n## :clap: Inspiration\n\n* Project inspired by [Simon Grimm´s Youtube video: Ionic Searchable Select Component Customisation](https://www.youtube.com/watch?v=SO_AWrrmZlY)\n\n## :file_folder: License\n\n* This project is licensed under the terms of the MIT license.\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: gomezbateman@yahoo.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fionic-select-searchbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fionic-select-searchbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fionic-select-searchbar/lists"}