Skip to content

Commit

Permalink
Enable Selectize for polymorphic fields (#1804)
Browse files Browse the repository at this point in the history
  • Loading branch information
joanmc authored Oct 29, 2020
1 parent 64aaa98 commit 8b9d92c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
$(function() {
$('.field-unit--belongs-to select').selectize({});
$(".field-unit--has-many select").selectize({});
$('.field-unit--polymorphic select').selectize({});
});
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
margin-left: 2rem;
max-width: 50rem;
width: 100%;

.optgroup-header {
font-weight: $bold-font-weight;
}
}

.field-unit--nested {
Expand Down

0 comments on commit 8b9d92c

Please sign in to comment.