1.2.1 • Published 4 years ago

lmx-custom-select v1.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

lmx custom select

Customizable select for AngularJS

Demo

gif demo

Or see demo on this link

Getting Started

  1. You need to connect a lot of dependencies:
  1. Add lmx-custom-select.min.js

  2. Add to the page minimum required CSS for styling

  3. Add modules

var App = angular.module('app', ['ngOutsideClick', 'lmxCustomSelect']);
  1. Make select!
<div
    lmx-custom-select
    ng-model="date"
    repeat="dates"
    placeholder="Day"
    caption="Select a day"
    options="d for d in dates track by d"
></div>

Options

  • ng-model — binds the value of select to application data
  • repeat — data for list of values to select
  • placeholder — placeholder text if value is not selected
  • caption — title in the drop-down list
  • options — analog of options for select
  • filter-by-text — filtering values

npm

npm install lmx-custom-select

1.2.1

4 years ago

1.2.0

4 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago