Skip to content

AndrewJBateman/ionic-select-searchbar

Repository files navigation

⚡ Ionic Select Searchbar

GitHub repo size GitHub pull requests GitHub Repo stars GitHub last commit

📄 Table of contents

📚 General info

  • array of data used to test selectable searches.

📷 Screenshots

image

📶 Technologies

💾 Setup

  • Run npm i to install dependencies
  • To start the server on localhost://8100 type: 'ionic serve'

💻 Code Examples

<ion-item>
  <ion-label>Group example</ion-label>

  <ionic-selectable
    [(ngModel)]="group"
      itemValueField="id"
      itemTextField="name"
      groupTextField="type"
      [items]="groups">

      <ng-template ionicSelectableGroupTemplate let-group="group">
        {{ group.text }}
      </ng-template>

  </ionic-selectable>
</ion-item>

🆒 Features - Ionic Selectable

  • Features copied from Ionic component documentation:

  • 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

📋 Status & To-do list

  • Status: Working
  • To-do: Nothing

👏 Inspiration

📁 License

  • This project is licensed under the terms of the MIT license.

✉️ Contact