Initialize selectpicker via stimulus controller.

This commit is contained in:
Jan Böhmer 2022-03-06 23:27:20 +01:00
parent f1ea25cad2
commit f276c436ae
16 changed files with 31 additions and 32 deletions

View file

@ -55,8 +55,5 @@
$holder.append($newFormRow);
//Reinit the selectpickers
$(".selectpicker").selectpicker();
}
</script>