Closed benoitf closed 3 weeks ago
Input component had a bug (handling incorrectly values as number) while it needs to be string only
the component was fixed upstream but then CreateService.svelte is using it providing number
issue discovered when updating the version there https://github.com/containers/podman-desktop-extension-ai-lab/pull/1892
Should fix CreateService.svelte to only provide a string parameter to Input (and then converting to number)
No response
Is your enhancement related to a problem? Please describe
Input component had a bug (handling incorrectly values as number) while it needs to be string only
the component was fixed upstream but then CreateService.svelte is using it providing number
issue discovered when updating the version there https://github.com/containers/podman-desktop-extension-ai-lab/pull/1892
Describe the solution you'd like
Should fix CreateService.svelte to only provide a string parameter to Input (and then converting to number)
Describe alternatives you've considered
No response
Additional context
No response