-
Notifications
You must be signed in to change notification settings - Fork 19
Improve combobox implementations in preparation for v9 #2303
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| disabled={!vpcExists} | ||
| control={control} | ||
| placeholder="Select a subnet" | ||
| noItemsPlaceholder="Select a VPC to see subnets" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be conditional on whether a VPC has been selected, if possible. If you pick a VPC that genuinely has no subnets, it would be confusing to see this message.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
david-crespo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. The comments are just suggestions.
Co-authored-by: David Crespo <david-crespo@users.noreply.github.com>
oxidecomputer/console@8febc79...00b7602 * [00b76026](oxidecomputer/console@00b76026) oxidecomputer/console#2312 * [3a2e3e1f](oxidecomputer/console@3a2e3e1f) oxidecomputer/console#2311 * [f30a3ba6](oxidecomputer/console@f30a3ba6) oxidecomputer/console#2305 * [a1a23da5](oxidecomputer/console@a1a23da5) oxidecomputer/console#2304 * [b590b9b6](oxidecomputer/console@b590b9b6) oxidecomputer/console#2303 * [1a22b73d](oxidecomputer/console@1a22b73d) oxidecomputer/console#2301 * [dd7f6f9c](oxidecomputer/console@dd7f6f9c) oxidecomputer/console#2300
oxidecomputer/console@8febc79...00b7602 * [00b76026](oxidecomputer/console@00b76026) oxidecomputer/console#2312 * [3a2e3e1f](oxidecomputer/console@3a2e3e1f) oxidecomputer/console#2311 * [f30a3ba6](oxidecomputer/console@f30a3ba6) oxidecomputer/console#2305 * [a1a23da5](oxidecomputer/console@a1a23da5) oxidecomputer/console#2304 * [b590b9b6](oxidecomputer/console@b590b9b6) oxidecomputer/console#2303 * [1a22b73d](oxidecomputer/console@1a22b73d) oxidecomputer/console#2301 * [dd7f6f9c](oxidecomputer/console@dd7f6f9c) oxidecomputer/console#2300



This PR makes a few general improvements to the combobox component and a few forms that use either comboboxes or listboxes.
Select a disk,Select a pool, etc., rather thanSelect pool, etc.