Merge pull request #34630 from Abdeali099/checkbox-onchange-event

fix: set `trigger_change_on_input_event` to false in ControlCheck
This commit is contained in:
Ejaaz Khan 2025-11-20 12:35:16 +05:30 committed by GitHub
commit d79b5b8012
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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">