-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Milestone
Description
Empty string IDs... that can't be right.
console/app/ui/lib/Listbox.tsx
Lines 86 to 89 in 880cb8c
| <FieldLabel id={``} as="div" tip={tooltipText} optional={!required}> | |
| <Label>{label}</Label> | |
| </FieldLabel> | |
| {description && <TextInputHint id={``}>{description}</TextInputHint>} |
console/app/ui/lib/Combobox.tsx
Lines 81 to 87 in 880cb8c
| // TODO: FieldLabel needs a real ID | |
| <div className="mb-2"> | |
| <FieldLabel id="FieldLabel" as="div" tip={tooltipText} optional={!required}> | |
| <Label>{label}</Label> | |
| </FieldLabel> | |
| {description && <TextInputHint id="TextInputHint">{description}</TextInputHint>} | |
| </div> |
Metadata
Metadata
Assignees
Labels
No labels