Hotfix (will be included in v1.19.0 release): Fixed a regression bug regarding issue #56 (product-flow-popup did not work anymore)

This commit is contained in:
Bernd Bestel
2018-09-24 16:50:30 +02:00
parent ddfe33fab6
commit 067a10e1b2
5 changed files with 19 additions and 10 deletions

View File

@@ -49,7 +49,8 @@ $('#battery_id').on('change', function(e)
});
$('.combobox').combobox({
appendId: '_text_input'
appendId: '_text_input',
bsVersion: '4'
});
$('#battery_id').val('');