fix: select field should not have debounce

This commit is contained in:
RitvikSardana 2024-01-11 20:00:39 +05:30
parent c6bdc7fe45
commit 8dd216fd09

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();