Skip to content

Fix id props in Listbox and Combobox #2417

@david-crespo

Description

@david-crespo

Empty string IDs... that can't be right.

<FieldLabel id={``} as="div" tip={tooltipText} optional={!required}>
<Label>{label}</Label>
</FieldLabel>
{description && <TextInputHint id={``}>{description}</TextInputHint>}

// 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
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions