bootstrap style in form fields, bootstrap integration for select2

This commit is contained in:
2021-03-23 23:22:27 +01:00
parent 50727fc4b0
commit bc240a6754
5 changed files with 119 additions and 114 deletions

View File

@@ -172,7 +172,10 @@
<script type="text/javascript">
window.addEventListener('DOMContentLoaded', function(e) {
chill.checkOtherValueOnChange();
$('.select2').select2({allowClear: true});
$('.select2').select2({
allowClear: true,
theme: "bootstrap"
});
chill.categoryLinkParentChildSelect();
});
</script>