alphagov / govuk_elements

❗️GOV.UK Elements is deprecated, and will only receive major bug fixes and security patches.
https://govuk-elements.herokuapp.com/
MIT License
227 stars 90 forks source link

Standardise the form elements code snippets #571

Closed joelanman closed 6 years ago

joelanman commented 7 years ago

The form elements snippets currently differ from each other - for example some are wrapped with <div class= "form-group">, some have <form> tags, some have neither.

This makes training a bit tricky as we have to tell people to wrap some snippets, or delete form tags from other snippets.

It may not be possible to make them all the same, as some snippets are simple elements, others are more complex with grouping. But for example, I think we can probably remove <form> from all of them.

36degrees commented 6 years ago

Following the launch of the GOV.UK Design System, GOV.UK Elements will now only get major bug fixes and security patches, so I'm going to close this.