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

View File

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