Commit 0d1eb12
fix: set form_field's widget id to be the same as context's widget id (#68)
* fix: set form_field's widget id to be the same as context's widget id
Needed for BoundField.id_for_label to work correctly.
* triv: bump version
* triv: set widget attr directly
---------
Co-authored-by: Viktor Bojda <[email protected]>1 parent 9017621 commit 0d1eb12
2 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
0 commit comments