zostera / zostera/django-bootstrap4
bootstrap4 custom form widgets support
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1k
- Forks
- 256
- Avg merge
- 8h 18m
- Merged PRs (30d)
- 9
Description
Hello, i'm using custom-radio and custom-checkbox in my project, and to support it i had to override FieldRenderer.
https://getbootstrap.com/docs/4.1/components/forms/#checkboxes
Now something changed and i need to adjust my code, maybe it's better to implement support for those widgets in project?
If it would be useful, i could implement it and make pull-request.
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 with the FieldRenderer override mentioned in the issue and compare its current behavior with Bootstrap 4's custom checkbox and radio documentation. Define the required rendering behavior for custom-radio and custom-checkbox, then verify that projects can use those widgets without their own FieldRenderer override.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bootstrap, django, python
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100