Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewjbateman/ionic-select-searchbar
:clipboard: Ionic app to use the Ionic Selectable Module
https://github.com/andrewjbateman/ionic-select-searchbar
angular angular15 html5 ionic ionic-selectable ionic-selectables ionic6 scss
Last synced: 6 days ago
JSON representation
:clipboard: Ionic app to use the Ionic Selectable Module
- Host: GitHub
- URL: https://github.com/andrewjbateman/ionic-select-searchbar
- Owner: AndrewJBateman
- License: mit
- Created: 2019-06-08T20:29:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T06:40:18.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T09:37:22.087Z (over 1 year ago)
- Topics: angular, angular15, html5, ionic, ionic-selectable, ionic-selectables, ionic6, scss
- Language: TypeScript
- Homepage:
- Size: 1.28 MB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :zap: Ionic Select Searchbar
* 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.
* Tutorial code from [Simon Grimm at the Ionic Acdemy](https://www.youtube.com/channel/UCZZPgUIorPao48a1tBYSDgg) - see [:clap: Inspiration](#clap-inspiration) below
* **Note:** to open web links in a new window use: _ctrl+click on link_![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/ionic-select-searchbar?style=plastic)
![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/ionic-select-searchbar?style=plastic)
![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/ionic-select-searchbar?style=plastic)
![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/ionic-select-searchbar?style=plastic)## :page_facing_up: Table of contents
* [:zap: Ionic Select Searchbar](#zap-ionic-select-searchbar)
* [:page_facing_up: Table of contents](#page_facing_up-table-of-contents)
* [:books: General info](#books-general-info)
* [:camera: Screenshots](#camera-screenshots)
* [:signal_strength: Technologies](#signal_strength-technologies)
* [:floppy_disk: Setup](#floppy_disk-setup)
* [:computer: Code Examples](#computer-code-examples)
* [:cool: Features - Ionic Selectable](#cool-features---ionic-selectable)
* [:clipboard: Status & To-do list](#clipboard-status--to-do-list)
* [:clap: Inspiration](#clap-inspiration)
* [:file_folder: License](#file_folder-license)
* [:envelope: Contact](#envelope-contact)## :books: General info
* array of data used to test selectable searches.
## :camera: Screenshots
![image](./img/selectable_search.png)
## :signal_strength: Technologies
* [Ionic/angular v6](https://www.npmjs.com/package/@ionic/angular)
* [Ionic v6](https://ionicframework.com/)
* [Angular v15](https://angular.io/)
* [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.## :floppy_disk: Setup
* Run `npm i` to install dependencies
* To start the server on _localhost://8100_ type: 'ionic serve'## :computer: Code Examples
```typescript
Group example
{{ group.text }}
```
## :cool: Features - Ionic Selectable
* **Features copied from Ionic component** [documentation](https://www.npmjs.com/package/ionic-selectable):
* Single selection
* Multiple selection
* Search items
* Search items asynchronously
* Search by several item fields
* Forms
* InfiniteScroll
* VirtualScroll
* Templates
* Grouping items
* Editing, adding and deleting items
* Disabling items## :clipboard: Status & To-do list
* Status: Working
* To-do: Nothing## :clap: Inspiration
* Project inspired by [Simon Grimm´s Youtube video: Ionic Searchable Select Component Customisation](https://www.youtube.com/watch?v=SO_AWrrmZlY)
## :file_folder: License
* This project is licensed under the terms of the MIT license.
## :envelope: Contact
* Repo created by [ABateman](https://github.com/AndrewJBateman), email: [email protected]