django-unfold
django-unfold copied to clipboard
Auto_complete styling works incorrectly for ForeignKey field when more than one field on one line
As the picture shows, the selection bar's width is longer than the drop-down menu.
Seems fixable by adding in style="width: 100%;"
.
Screenshots with style="width: 100%;"
.
I have having similar issue with inline foreign keys.
@justinqian42 Unrelated to your post, how did you implement this?
@justinqian42 fixed #364
@justinqian42 fixed #364
Thanks Luka! You're the best!
I have having similar issue with inline foreign keys.
@justinqian42 Unrelated to your post, how did you implement this?
@afsangujarati93 just enable auto_complete for the field.