Christian González
Christian González
I just released a new version 0.1.7 to pypi with the current version in git master. @airguru could you please make a `pip install -U pydifact` and test if it...
I experimented a bit more with it, and am asking myself: * why should HTMX perform a GET request after a field change. You have to do extra work to...
As I use CBV, I wrote an example, which works generically with CBV, crispy forms and HTMX. First, you need a mixin that uses GET data to prepopulate your form...
The code above reduces that view to ```python class MakeAndModelView(DynamicFormViewMixin, forms.Form): # or other generic view ... initial = {"make": "audi"} def __init(self,**kwargs): self.fields["make"].widget.attrs.update( { "hx-trigger": "change", "hx-get": ".", "hx-target":...
No... in a bigger project I'm trying to get often reusable parts, and here are CBVs for me the best way (no flame war intended). I am using this meanwhile...
There may be a related problem - the same behaviour is seen in `input-group.input-group-flat > input-group-text > a.link-secondary > svg /i.ti.ti-x` Your [example in the preview, Form elements](https://tabler.io/preview) shows this...
But I **am** using Tabler icons. But by webfont, not as SVG. IMHO the own official webfonts should be supported as icons... It's just adding a few CSS rules. I...
This is the same bug as my one, #1836 - #1824 is older, but on #1836 is more generic information and discussion - @codecalm should mark one of the two...
What's the reason for not using v2 in your practice?
A General practitioner, and an programming a bit as well. -- Dr. Christian González nerdocs.at Am 1. Februar 2018 05:54:02 MEZ schrieb Holger Otto Andre : >Are you a dentist...