Merge pull request #24278 from RitvikSardana/develop-ritvik-select-field-no-debounce
fix: select field should not have debounce
This commit is contained in:
commit
8c4776092b
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