From cca9228fcb6502784c332eeb186a7860ce93243e Mon Sep 17 00:00:00 2001 From: Mohammer5 Date: Tue, 19 Nov 2024 16:24:26 +0800 Subject: [PATCH] chore: add updated API.md files --- collections/ui/API.md | 8 +++--- components/field/API.md | 1 + components/input/API.md | 2 +- components/label/API.md | 1 + components/select/API.md | 57 +++++++++++++++++++++++++++++++++++++++- 5 files changed, 64 insertions(+), 5 deletions(-) diff --git a/collections/ui/API.md b/collections/ui/API.md index 38859e31e6..46f9bf2e72 100644 --- a/collections/ui/API.md +++ b/collections/ui/API.md @@ -512,6 +512,7 @@ import { Field } from '@dhis2/ui' |error|custom|||Field status. Mutually exclusive with `valid` and `warning` props| |helpText|string|||Useful text within the field| |label|string|||Label at the top of the field| +|labelId|string|||id passed to the label element| |name|string|||`name` will become the target of the `for`/`htmlFor` attribute on the `