From 5d66bc8014550c433b281c8c2cdbf0b36a3cc14f Mon Sep 17 00:00:00 2001 From: Ajay Patel Date: Fri, 14 May 2021 12:55:55 +0530 Subject: [PATCH] fix(close): Header example with button close BS5 changed the close button class to btn-close: https://getbootstrap.com/docs/5.0/components/close-button/ Added class with float utility --- js/bootstrap-select.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/bootstrap-select.js b/js/bootstrap-select.js index 2802ca7a2..396a2faf4 100644 --- a/js/bootstrap-select.js +++ b/js/bootstrap-select.js @@ -1135,7 +1135,7 @@ if (this.options.header) { header = '
' + - '' + + '' + this.options.header + '
'; }