mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 00:37:54 +02:00
Fix quick add did not always work the second time
This commit is contained in:
@ -515,6 +515,8 @@ egw.extend('links', egw.MODULE_GLOBAL, function()
|
||||
const parent = document.getElementById(_parent);
|
||||
const select = document.createElement('et2-select');
|
||||
select.setAttribute('id', 'quick_add_selectbox');
|
||||
// Empty label is required to clear value, but we hide it
|
||||
select.emptyLabel = "Select";
|
||||
select.placement = "bottom end";
|
||||
parent.append(select);
|
||||
const plus = parent.querySelector("span");
|
||||
|
Reference in New Issue
Block a user