zostera / zostera/django-bootstrap4

bootstrap4 custom form widgets support

Open
#116 8 comments 5 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

please discuss
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.