Add selectize disable-options plugin

* Modified to add a `disableField` option
This commit is contained in:
JonnyWong16 2020-09-29 19:02:47 -07:00
commit 3376908710
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 91 additions and 0 deletions

View file

@ -217,6 +217,10 @@ select.form-control:focus,
.selectize-dropdown .optgroup-header {
font-weight: bold;
}
.selectize-dropdown [data-selectable].option-disabled {
color: #aaa;
cursor: default;
}
select.form-control option {
color: #555;
background-color: #eee;