Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance OS version input fields #381

Open
SchoolGuy opened this issue Nov 16, 2024 · 0 comments
Open

Enhance OS version input fields #381

SchoolGuy opened this issue Nov 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@SchoolGuy
Copy link
Member

Is your feature request related to a problem? Please describe.

As a user
I want to have input suggestions for OS version fields
so that I don't have to remember all valid options.

Describe the solution you'd like

To aid users in filling out the various inputs with valid data we should support their inputs with plausible options. This is easily possible for the OS version input since we have the API method get_valid_os_versions_for_breed. As such we want to add an Material autocomplete field to our input.

This should always use the currently user-chosen OS breed and not the currently saved one. If the user enters an invalid OS breed, the autocomplete should not attempt to contact the Cobbler API.

Describe alternatives you've considered

None

Additional context

None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant