Repository URL to install this package:
|
Version:
0.19.0 ▾
|
$(function() {
$('.field-unit--belongs-to select').selectize({});
$(".field-unit--has-many select").selectize({});
$('.field-unit--polymorphic select').selectize({});
});