From c4eb516ab21809c67080cb59e25ead291ce4c9a3 Mon Sep 17 00:00:00 2001 From: Ebben Feagan Date: Fri, 8 Sep 2017 18:14:05 -0500 Subject: [PATCH] Fix to be compatible with Bootstrap 4 BS4 requires the dropdown-item class on the dropdown items. --- src/BootstrapMenu.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/BootstrapMenu.js b/src/BootstrapMenu.js index 883c48a..95763e7 100644 --- a/src/BootstrapMenu.js +++ b/src/BootstrapMenu.js @@ -119,7 +119,7 @@ function renderMenu(_this) { if (actionsHaveIcon === true) { $ul.append( '
  • ' + - '' + + '' + ' ' + '' + '' + @@ -130,7 +130,7 @@ function renderMenu(_this) { else { $ul.append( '
  • ' + - '' + + '' + '
  • ' ); } @@ -138,7 +138,7 @@ function renderMenu(_this) { $ul.append( ''