fix: Disable trigger_change_on_input_event to avoid unexpected behavior (#12429)

This commit is contained in:
Suraj Shetty 2021-02-18 16:43:51 +05:30 committed by GitHub
parent db88902a70
commit 82c8bbbacd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
frappe.ui.form.ControlInt = frappe.ui.form.ControlData.extend({
trigger_change_on_input_event: false,
make: function () {
this._super();
// $(this.label_area).addClass('pull-right');