Actions
Bug #81715
closedNo valid HTML output Form->Radio button
Start date:
2017-06-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
the for attribute in label is wrong. It should not rendered by radio buttons
<div class="form-group">
<label class="control-label" for="kontakt-radiobutton-1">Radio button</label>
<div class="input">
<div id="kontakt-radiobutton-1" class="inputs-list">
<div class="form-group">
<div class="form-check">
<label class="form-check-label">
<input class="xlarge form-check-input" type="radio" name="tx_form_formframework[kontakt][radiobutton-1]" value="1" /><span>Wert 1</span></label>
</div>
<div class="form-check">
<label class="form-check-label">
<input class="xlarge form-check-input" type="radio" name="tx_form_formframework[kontakt][radiobutton-1]" value="2" /><span>Wert 2</span></label>
</div>
<div class="form-check">
<label class="form-check-label">
<input class="xlarge form-check-input" type="radio" name="tx_form_formframework[kontakt][radiobutton-1]" value="3" /><span>Wert 3</span></label>
</div>
</div>
</div>
</div>
</div>
Updated by Felix Nagel over 7 years ago
This is default Bootstrap markup. Very unlikely they will change this.
Updated by Gerrit Code Review over 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53364
Updated by Ralf Zimmermann over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 164b1fbac49bf1a1edb2bf4ba1a6c4d4dd1b47a5.
Actions