Questions tagged [selectize.js]

Selectize is a jQuery based hybrid form control, combining elements of both “textbox” and “select”. It includes autocomplete, native-feeling keyboard navigation and is able to utilize remote data sources to build visually rich controls.

Selectize is an extensible jQuery-based custom <select> UI control. It's useful for tagging, contact lists, country selectors, and so on. The goal is to provide a solid & usable experience with a clean and powerful API.

Features

  • Smart Option Searching / Ranking
  • Caret between items
  • Select & delete multiple items at once
  • Díåcritîçs supported
  • Item creation
  • Remote data loading
  • Clean API & code
  • Extensible
  • Touch Support

Resources

Related tags

673 questions
0
votes
1 answer

Angular + Selectize get value in form create

I'm using a very simple Angular directive to incorporate selectize: https://github.com/paolodm/angular-selectize/blob/master/angular-selectize.js app.directive('selectize', function( $timeout ) { return { link: function( $scope, element,…
Andy Ray
  • 30,372
  • 14
  • 101
  • 138
0
votes
1 answer

How to have two input fields with drag and drop functionality in selectize.js?

Desired Functionality Two input fields that both have drag and drop functionality. With the generated 'value' div beneath each input field. Current Functionality Four generated 'value' divs are being created instead of two. Plugin Demo…
user1063287
  • 10,265
  • 25
  • 122
  • 218
0
votes
1 answer

jQuery plugin and angular

in my application, written over angular, i have defined a directive for a particular type of input... greengo.directive('selectize', function() { return { restrict: 'A', link: function(scope, element, attrs) { $(element).selectize({…
user2428183
  • 43
  • 2
  • 7
-1
votes
1 answer

Gettin the value from a selected option in Selectize.js

I am using multiselect in selectize.js, how do i get the vales from the select options: html: