basxsoftwareassociation / bread

Engine to create database applications based on Django and the IBM Carbon Design System
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

Refactor form widgets in order to be usable outside of form contexts #16

Closed saemideluxe closed 2 years ago

saemideluxe commented 3 years ago

The current implementation is very unflexibel, good examples to draw from are select.py and multiselect.py (using context variables instead of "magically" appearing properties in the overwritten render method of the widget.

saemideluxe commented 3 years ago
saemideluxe commented 2 years ago

Yey, mostly done :)