What am I missing here -
- I add a calcite-combobox to a calcite-modal
- I addEventListener('calciteLookupChange', function(evt)....
If the combobox selectionMode === single, the event doesn't fire
If the combobox selectionMode === multi or ancestors, the event does fire and I can get the selected item from evt.detail[0].
How do I get the selected item from the combobox when using single selection mode?
Referencing https://github.com/Esri/calcite-components/tree/v1.0.0-beta.52/src/components/calcite-combobox
Thanks!
Rob