Coder Social home page Coder Social logo

reactivexyz-dev / ember-cli-select-picker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sukima/ember-cli-select-picker

0.0 2.0 0.0 1.21 MB

An enhanced Boostrap styled select component addon for Ember CLI

Home Page: https://sukima.github.io/ember-cli-select-picker

License: MIT License

JavaScript 55.73% HTML 44.18% CSS 0.08%

ember-cli-select-picker's Introduction

Ember-cli-select-picker npm version build status

This is a reinvention of the select view. It is designed to offer a Bootstrap style and function. It is highly inspired from the jQuery plugin bootstrap-select but designed for Ember-CLI apps specifically. It supports single and multiple select. It adds select all/none, and search filtering for multiple selections.

See the demo for examples, usage, and code snippits.

Dependencies

Version 2.0 is designed for Ember CLI 1.13 or greater. If you want to use an older unsupported version of ember take a look at the last 1.x release.

Installation

  • ember install ember-cli-select-picker

Using

In your templates simply replace the usual {{select …}} with {{select-picker …}}. This addon is implemented as a component since the core Ember team is deprecating views. It is down-grades (read: backwards compatible) to mobile by keeping a select view in sync under the hood.

More options and examples are available on the demo site.

{{select-picker value=myModel.myAttr
                content=mySelectContents
                optionGroupPath="group"
                optionLabelPath="content.label"
                optionValuePath="content.value"}}

Running Tests

  • npm test - Test with Ember release, beta, and canary
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

ember-cli-select-picker's People

Contributors

alexgraffeocohen avatar arkadiyk avatar ember-tomster avatar gwright avatar johngulb avatar johnnyshields avatar mawaheb avatar reactivexyz-dev avatar ronniesimonelli avatar sukima avatar sweco-secfha avatar tneems avatar zbeat avatar

Watchers

 avatar  avatar

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.