Open lomber1 opened 5 years ago
Hi @AmazingMorbid ,
I ran into the same problem today. I tried changing the Django Clearable File Input template but unfortunately the way it is sitting in the div class, it wasn't rendering nicely.
What I ended up doing was editing django-bulma bulma_tags.py and remove the is_file filter and also commenting out in the field.html. So my one is using just a browser standard file input. It's not as pretty as it could be, but it's good enough for me.
Maybe someone in the future can solve this issue, it would be amazing once they do.
@dearandrewkim I'm currently working on the updated field handling for Django bulma, hope will release it soon and will solve this issue too.
Very excited! Looking forward to it and thanks again for the awesome repo.
Not sure if you are still planning on updating django-bulma, but the support for the file field would be appreciated! Thanks!
Hi! I really like how forms look with the "bulma" tag. Only problem is, that I can't upload images, which works fine in django's admin panel. form_base.html:
article_update_form.html:
base.html :