Giter Club home page Giter Club logo

ionic-select-searchbar's Introduction

⚑ 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

ionic-select-searchbar's People

Contributors

andrewjbateman avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

jbarbin faustfizz

ionic-select-searchbar's Issues

Feature Request: Provide as an installable package

I've just come across this project, as I'm looking for a plugin that effectively offers the IonSearchbar interface but with the underlying functionality of acting as IonSelect when selecting a result and then showing it afterwards. It's a wonderful piece of work but, unless I'm missing something, this doesn't appear to provide a package that can be installed (via NPM/Yarn) for use in other projects.

It feels native to Ionic 5 but being usable for those with their own projects and not a demo in itself would probably get this project a lot more traction and interest for those wanting to work on React and Vue support, (per my other Feature Request).

Thanks (and great work!) πŸ˜ƒ

Feature Request: React (and Vue) version/support?

I've just come across this project, as I'm looking for a plugin that effectively offers the IonSearchbar interface but with the underlying functionality of acting as IonSelect when selecting a result and then showing it afterwards but I'm working with an Ionic 5 React project.

It would be good to be provided as a multi-framework plugin that works with Ionic Angular, React (and Vue, now that it's available and stable).

I may have to roll my own solution in the meantime but would happily contribute to this in any way I can, (despite this being my first use of React, TypeScript and full 'native' app (not webview bits) in a project all at once) if it means I can adapt this work to React.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.