Merge pull request #24278 from RitvikSardana/develop-ritvik-select-field-no-debounce

fix: select field should not have debounce
This commit is contained in:
mergify[bot] 2024-01-11 16:25:02 +00:00 committed by GitHub
commit 8c4776092b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
frappe.ui.form.ControlSelect = class ControlSelect extends frappe.ui.form.ControlData {
static html_element = "select";
static trigger_change_on_input_event = false;
make_input() {
super.make_input();