jqh 5 years ago
parent
commit
e193763aa6

+ 1 - 1
resources/assets/dcat-admin/main.css

@@ -1890,7 +1890,7 @@ pre.dump {
     opacity: 0.7;
 }
 .checkbox-grid{
-    margin-top:2px;margin-bottom:0
+    margin-top:0;margin-bottom:0;top:1px
 }
 .checkbox-grid label{min-height:15px}
 .checkbox.checkbox-circle label::before {

File diff suppressed because it is too large
+ 0 - 0
resources/assets/dcat-admin/main.min.css


+ 1 - 1
src/Form/Field/Select.php

@@ -112,7 +112,7 @@ $(document).on('change', "{$this->getElementClassSelector()}", function () {
                 d.text = d.$textField;
                 return d;
             })
-        }).trigger('change');
+        }).val(target.attr('data-value')).trigger('change');
     });
 });
 JS;

Some files were not shown because too many files changed in this diff