Closed (fixed)
Project:
Bootstrap Storybook
Version:
3.2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jun 2021 at 10:11 UTC
Updated:
15 Jul 2021 at 12:39 UTC
Jump to comment: Most recent

Comments
Comment #3
doxigo commentedwrong comment
Comment #4
doxigo commentedComment #5
doxigo commentedMade multiple fixes for accessibility on fieldset on dev branch, please check and see if there's room for more
Comment #7
doxigo commentedComment #8
szeidler commentedThanks for the update. I think we're not 100% there yet, since
<label for="form-element-id">the label for attribute should include the id of the form element (e.g. input element). Then clicking on the label will make the cursor jump into that input field. That's core adds those attributes intemplate_preprocess_form_element_label()and twig makes use of them via<label{{ attributes.addClass(classes) }}>Comment #9
doxigo commentedThanks for the tip, I removed the hardcoded
forand updated the dev release, please check and let me know if that is alrightComment #11
szeidler commentedLooks good. I'm closing this one.