You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new provider (tried creating a new Podman machine and Kind cluster), the values of the dropdown options are not being taken from the form and sent to the backend.
This bug is a possible regression due to #9953
It looks like this bug only affects Dropdown values when used in form submission with new FormData() to collect all values as new FormData() only adds basic input components (e.g. select) and their values.
Most other places use the value of the custom Dropdown component and not the hidden select
Operating system
macOS Sequoia 15.1.1, M1
Installation Method
None
Version
next (development version)
Steps to reproduce
Go to Settings -> resources
Click on Create new... for Podman
Pick the non-default option for Provider Type (GPU enabled LibKrun)
Expected: LibKrun machine
Actual result: default (Apple HyperVisor) machine
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered:
Bug description
When creating a new provider (tried creating a new Podman machine and Kind cluster), the values of the dropdown options are not being taken from the form and sent to the backend.
This bug is a possible regression due to #9953
It looks like this bug only affects Dropdown values when used in form submission with
new FormData()
to collect all values asnew FormData()
only adds basic input components (e.g. select) and their values.Most other places use the value of the custom Dropdown component and not the hidden select
Operating system
macOS Sequoia 15.1.1, M1
Installation Method
None
Version
next (development version)
Steps to reproduce
Create new...
for PodmanProvider Type
(GPU enabled LibKrun)Expected: LibKrun machine
Actual result: default (Apple HyperVisor) machine
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: