containers / podman-desktop-extension-ai-lab

Work with LLMs on a local environment using containers
https://podman-desktop.io/extensions/ai-lab
Apache License 2.0
182 stars 39 forks source link

Select.svelte component do not propagate `on:clear` event #1791

Closed axel7083 closed 1 month ago

axel7083 commented 1 month ago

Bug description

When we use the x button on the svelte select component, clearing the current value, the on:change is not triggered, but on:clear is.

Operating system

windows 11

Installation Method

Other

Version

next (development version)

Steps to reproduce

Click on the x and still be able to start an inference server / recipe

image

Relevant log output

No response

Additional context

No response