mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-25 01:04:14 -05:00
refactor: minor adjustments to actionstoolbar (#1281)
This commit is contained in:
committed by
GitHub
parent
3b4b6ece98
commit
d053ee3811
@@ -19,7 +19,7 @@ function init() {
|
||||
});
|
||||
|
||||
nebbie.selections().then((s) => s.mount(document.querySelector('.toolbar')));
|
||||
nebbie.field('Alpha').then((s) => s.mount(document.querySelector('.listbox')));
|
||||
nebbie.field('Alpha').then((s) => s.mount(document.querySelector('.listbox'), { search: 'toggle' }));
|
||||
|
||||
document.querySelectorAll('.object').forEach((el) => {
|
||||
const type = el.getAttribute('data-type');
|
||||
|
||||
Reference in New Issue
Block a user