fix: set trigger_change_on_input_event to false in ControlCheck
This commit is contained in:
parent
c8c07ea685
commit
6b39c94e99
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
frappe.ui.form.ControlCheck = class ControlCheck extends frappe.ui.form.ControlData {
|
||||
static html_element = "input";
|
||||
static input_type = "checkbox";
|
||||
static trigger_change_on_input_event = false;
|
||||
make_wrapper() {
|
||||
this.$wrapper = $(`<div class="form-group frappe-control">
|
||||
<div class="checkbox">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue