diff --git a/src/components/InputGroup/README.md b/src/components/InputGroup/README.md index 5ba4ba1c..a102e136 100644 --- a/src/components/InputGroup/README.md +++ b/src/components/InputGroup/README.md @@ -176,9 +176,14 @@ not show any `validationText`, they only show their respective `validationState` Validation messages passed to input elements' `validationText` prop will be ignored. +👉 While there is a `required` property to visually denote the whole input group +is required, there is no functional effect as there is no such HTML attribute +for the underlying `
` element. + ```docoff-react-preview