You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
JakobDev 398eccb322
Fix required checkboxes in issue forms (#27592)
If you set a checkbox as required in a issue form at the moment, the
checkbox is checked and read only, what does not make much sense. With
this PR, the Checkbox actually needs to be checked. The label supports
now also Markdown. This matches GitHub's behaviour.

And yes, I know the CSS is a ugly workaround. It looks like the given
CSS code is part Fomantic and I don't know how to change that. The
Maintainers are free to change that.


![grafik](https://github.com/go-gitea/gitea/assets/15185051/3f35be75-b0b4-42a7-9048-a4970384a035)
9 months ago
..
checkboxes.tmpl Fix required checkboxes in issue forms (#27592) 9 months ago
dropdown.tmpl Add validations.required check to dropdown field (#24849) 1 year ago
header.tmpl Fix nil context in RenderMarkdownToHtml (#23092) 1 year ago
input.tmpl Fix nil context in RenderMarkdownToHtml (#23092) 1 year ago
markdown.tmpl Fix nil context in RenderMarkdownToHtml (#23092) 1 year ago
textarea.tmpl cleanup locale function usage (#27227) 9 months ago