Adam Hill

Results 157 comments of Adam Hill

Thanks for the nice words! I think @nerdoc mentioned some investigation with crispy forms and Unicorn in https://github.com/adamghill/django-unicorn/discussions/227 which might be helpful? However, if you could make a PR with...

Hello @AriAbr! Yeah, I can see why this would be happening because loading states are pretty tied to the `Unicorn` action handlers currently. What do you think the ideal code...

Wow, this is awesome! At first glance this seems relatively straight-forward, thanks for getting it working. I'll test more thoroughly in the next few days and get this merged in...

Thanks for the detailed proposal! ## 1 The callback idea for child->parent is interesting and provides a level of explictness I appreciate. Another approach might be a "hook" (similar to...

@joshiggins Just checking back in on whether you have any more thoughts about this or able to implement any of it. Thanks!

Ok, lots of things going on in here. 😄 One thing that I noticed was that `parent=view` wasn't passed into the child components. I made that change here: https://github.com/adamghill/django-unicorn/pull/248/files#diff-b18ca2300b358cbf87177dc4e193890d59a44a122446da83d07c0f747edb4993R55. I...

Re: Refresh datatable button: I get an error from datatable (https://datatables.net/manual/tech-notes/3) that mentions that re-initializing the database with options after the first initialization won't work. Not sure if there is...

Hey Christian! Hmm, that's weird. Can you inspect that text input and show me what the element looks like to see what BitWarden might be doing? Maybe I can deal...

Interesting that I don't have the same issues with 1Password. However, I added the Bitwarden Firefox extension and can replicate what you are seeing. Not sure exactly how to fix,...

I updated the example component to use the new `lazy` modifier on the model (https://www.django-unicorn.com/documentation/components/templates#lazy) and BitWarden doesn't interfere anymore. This isn't a real solution and more like a work-around,...