This commit is contained in:
endigo9740
2023-05-23 14:59:58 -05:00

View File

@@ -97,9 +97,8 @@
// --- // ---
let comboboxValue: string; let comboboxValue: string;
const popupCombobox: PopupSettings = { const popupCombobox: PopupSettings = {
event: 'focus-click', event: 'click',
target: 'popupCombobox', target: 'popupCombobox',
placement: 'bottom',
closeQuery: '.listbox-item' closeQuery: '.listbox-item'
}; };
</script> </script>