Closed axel7083 closed 1 month ago
The Select component from svelte-select do not emit a change event when the clear is triggered. This PR add a clear listener to capture and propagate it.
Select
svelte-select
N/A
Fixes https://github.com/containers/podman-desktop-extension-ai-lab/issues/1791
What does this PR do?
The
Select
component fromsvelte-select
do not emit a change event when the clear is triggered. This PR add a clear listener to capture and propagate it.Screenshot / video of UI
N/A
What issues does this PR fix or reference?
Fixes https://github.com/containers/podman-desktop-extension-ai-lab/issues/1791
How to test this PR?