Mdb-ui-kit: onchange event triggered several times

Created on 27 Feb 2018  路  2Comments  路  Source: mdbootstrap/mdb-ui-kit

Test Case

https://codepen.io/marcosmoski/pen/xYQQvy

Summary

the issue ocurred on Google Chrome we dont test on other browsers.

Expected result

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.

Most helpful comment

Thank you, we solved the problem with the line below:

$('body').bootstrapMaterialDesign({autofill:false});

All 2 comments

Thank you, we solved the problem with the line below:

$('body').bootstrapMaterialDesign({autofill:false});
Was this page helpful?
0 / 5 - 0 ratings

Related issues

tahq69 picture tahq69  路  8Comments

runningrandall picture runningrandall  路  6Comments

AlexanderPilhar picture AlexanderPilhar  路  3Comments

hans-d picture hans-d  路  5Comments

thangchung picture thangchung  路  3Comments