Remove unnecessary classes and ids from labels
Open
Nobody has claimed this yet.
BS5
- Dominant language
- JavaScript
- Stars
- 423
- Forks
- 158
- PR merge metrics
- No merged PRs in 30d
Description
<label> in BS4 does not have any classes or ids in its attributes. It has only the for attribute. Remove any default classes and ids.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Bootstrap 4 label-rendering entry point in Deform and inspect how label attributes are assembled. Remove the default classes and ids while preserving the for attribute; done means generated BS4 labels contain only for.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bootstrap, python
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100