timonweb / django-bulma

Bulma theme for Django
MIT License
341 stars 58 forks source link

How to best add icons to form fields? #24

Open mammuth opened 5 years ago

mammuth commented 5 years ago

Cool library, it probably saves me a lot of time! 😊

What's the suggested way of creating forms with icons in its fields as supported by bulma (https://bulma.io/documentation/form/general/#with-icons)?

timonweb commented 5 years ago

For now, there's no such option, but I need to think about it. I'm planning to make field inputs more configurable in the future. Probably it's time to sit down and think.

tadeoos commented 4 years ago

@timonweb How is it going? I'd be happy to help

timonweb commented 4 years ago

@tadeoos I started working on it under better_fields more than a year ago, then didn't have enough time for that and now I think I'm back.