Closed MarkKoz closed 4 years ago
I just tried to use the module with Django 3.0 and I noticed that the email input is not working as expected. It gets rendered to
<input type="email" name="email" maxlength="254" class="emailinput" id="id_email">
Though on the bulma webpage the CSS-class is solely "input". Could someone please check this?
Besides, django-crispy-bulma 0.3 seems not to be on pipy is the intentionally?
@keans we can keep track of that problem in #31. Regarding version 0.3, it's not on PyPI because our release pipeline is currently broken. We are working on fixing it.
django-crispy-forms has to be at least version 1.8 for Django 3.0 support, but I pinned it to 1.9 because it seems there were some import issues and deprecation warnings fixed in 1.9.
I haven't extensively tested this and don't really know how, so this has to wait for #31.