https://codepen.io/marcosmoski/pen/xYQQvy
the issue ocurred on Google Chrome we dont test on other browsers.
We need a new aditional verification on bootstrap-material-design.js on line 6249 on event attachEventHandlers.
If you have a form and an entry with the onchange event, this event will be activated several times even if you have not changed the field.
Thank you, we solved the problem with the line below:
$('body').bootstrapMaterialDesign({autofill:false});
Most helpful comment
Thank you, we solved the problem with the line below: