aws-samples / pcluster-manager

Manage AWS ParallelCluster through an easy to use web interface
https://pcluster.cloud
Apache License 2.0
65 stars 27 forks source link

Fixed OS select dropdown + switched to FormField for consistency with the rest of wizard #546

Closed BarcoMasile closed 1 year ago

BarcoMasile commented 1 year ago

Description

This PR fixes a bug with the OS select dropdown which showed the dropdown option label and value as a concatenated string. It also switches to a formfield wrapping the select for consistency with the rest of the wizard, also fixing a layout issue where the select would adapt to the width of the current selection, forcingly wrapping other option strings when the dropdown was open.

Changes

How Has This Been Tested?

PR Quality Checklist

In order to increase the likelihood of your contribution being accepted, please make sure you have read both the Contributing Guidelines and the Project Guidelines

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.