Christoph Krybus
Christoph Krybus
Exception while resolving variable 'form_error_title' in template 'bulma/uni_form.html' in debug log
Hi, I can reproduce it, but it is not something which can be fixed easily. We would need to modify the global `Field` context, but `Field` is being imported from...
Hi @0x4A-0x41-0x4B, you are right, this is not supported yet. I've been using a custom field and template as a workaround for a while (I'm undecided if this is the...
> Perhaps i'm just overlooking something with bulma, but as i see it you can't really make a select field take up the full width without overriding the template or...
Hi, Multifield is a bootstrap specific field. I guess we could implement something like this for bulma, but right now it is not implemented. crispy-tailwind doesn't have this field either....
Hi, @fsecada01 did you test the change? How does it look? I am asking because bulma does not support multiple forms out of the box. In the past I've been...
I had the same error, it turns out it is a concurrency issue. There is a warning in the docs `The standard SearchView is not thread-safe. Use the search_view_factory function,...