fix: select field should not have debounce
This commit is contained in:
parent
c6bdc7fe45
commit
8dd216fd09
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue