mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-15 09:46:06 +01:00
Fix opacity in selectize
This commit is contained in:
@@ -399,7 +399,7 @@ $(function () {
|
||||
});
|
||||
|
||||
// enable the toggleable checkbox when typing in the corresponding textarea/input element
|
||||
jQuery(document).on('input propertychange click', '.form-data textarea, .form-data input, .form-data label', function() {
|
||||
jQuery(document).on('input propertychange click', '.form-data textarea, .form-data input, .form-data label, .form-data .selectize-input', function() {
|
||||
var item = this;
|
||||
|
||||
var checkbox = $(item).parents('.form-field').find('.toggleable input[type="checkbox"]');
|
||||
|
||||
Reference in New Issue
Block a user