mirror of
https://github.com/LukeHagar/skeleton.git
synced 2025-12-09 20:57:45 +00:00
Merge branch 'dev' of https://github.com/skeletonlabs/skeleton into dev
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user