File tree Expand file tree Collapse file tree
packages/react-core/src/demos/examples/HighContrast Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ export const TabsOpenDemo = () => {
195195 isRequired
196196 fieldId = "horizontal-form-checkbox-group"
197197 role = "group"
198- labelHelp = { < FormGroupLabelHelp aria-label = "" /> }
198+ labelHelp = { < FormGroupLabelHelp aria-label = "Help " /> }
199199 >
200200 < Checkbox label = "Option 1" id = "alt-form-checkbox-1" name = "alt-form-checkbox-1" />
201201 < Checkbox
@@ -211,9 +211,9 @@ export const TabsOpenDemo = () => {
211211 label = "Description"
212212 fieldId = "horizontal-form-select"
213213 isRequired
214- labelHelp = { < FormGroupLabelHelp aria-label = "" /> }
214+ labelHelp = { < FormGroupLabelHelp aria-label = "Help " /> }
215215 >
216- < TextArea autoResize value = { description } onChange = { handleDescriptionChange } />
216+ < TextArea id = "horizontal-form-select" autoResize value = { description } onChange = { handleDescriptionChange } />
217217 </ FormGroup >
218218 < ActionGroup >
219219 < Button variant = "primary" onClick = { handleSubmit } >
You can’t perform that action at this time.
0 commit comments