I\'ve made use of modal window for a wizard implementation which has around 4,5 steps. I need to destroy it completely after the last step(
only this worked for me
$('body').on('hidden.bs.modal', '.modal', function() { $('selector').val(''); });
It is safe forcing selectors to make them blank since bootstrap and jquery version may be the reason of this problem