Skip to content

AngularJS-native version of Select2 and Selectize

License

Notifications You must be signed in to change notification settings

reifi/ui-select

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularJS ui-select

Adapted from angular-ui https://github.com/angular-ui/ui-select

Do not link/use this file directly in your projects. It's still more a playground for me and I don't respect correct semantic versioning yet.

Differences from angular-ui

  • Preselection independent from data in repeat
  • new attribute 'on-add' callback function attribute for adding new entries to selection by ENTER key
  • new attribute 'input-id' to pass id to underlying input field to support form labels
  • multiple: preserve FormController's $pristine state when preselection ($select.selected) is empty

Roadmap

  • -inputId- done
  • -add new entries- done

Far Roadmap

  • make it work with extjs like stores and proper selection model

About

AngularJS-native version of Select2 and Selectize

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.7%
  • HTML 7.0%
  • CSS 3.3%