fix: Disable trigger_change_on_input_event to avoid unexpected behavior (#12429)
This commit is contained in:
parent
db88902a70
commit
82c8bbbacd
1 changed files with 1 additions and 0 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue