mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-25 00:44:03 -04:00
Increase delay for autocomplete on item add form (#739)
This commit is contained in:
@@ -524,10 +524,11 @@ $(document).ready(function()
|
||||
source: '<?php echo site_url($controller_name."/item_search"); ?>',
|
||||
minChars: 0,
|
||||
autoFocus: false,
|
||||
delay: 10,
|
||||
delay: 500,
|
||||
select: function (a, ui) {
|
||||
$(this).val(ui.item.value);
|
||||
$("#add_item_form").submit();
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user