Jacob Rief
Jacob Rief
I just tested here: https://django-formset.fly.dev/bootstrap/state If I type "son", many counties ending with …son are found. If I type "ky" many counties in Kentucky are found. Yes, it's true that...
> Setting searchField to an empty list seems to remove the filtering aspect while retaining the match highlighting That could be achieved easily by adding an extra attribute to the...
> Wouldn't it be better to just generally set searchField to an empty list if a search_lookup is provided to the widget? I will try and check if the UX...
> Is there a way to re-initialize an 'selectize' element with the appropriate searchField value? This has been implemented in version 1.5. Please try it out.
Hmmm, did you somehow modify the CSS? Which CSS framework are you using, it looks like Bootstrap. The element `…` should have `overflow-y: auto;`. Do you see that in your...
Please check this demo: https://django-formset.fly.dev/foundation/advertisement there is an issue with positioning, `top` should be ~`40px` but it currently is `109px`. Don't know why.
just attempted to reproduce this bug but in my case all radio buttons are rendered correctly. Please check out https://github.com/jrief/django-formset/tree/reproduce-issue-91 and rebuild the project. Then run the example on http://localhost:8000/bootstrap/contact
Could you please dump a HTML code snippet containing at least one complete stacked inline form. Then I will check what can be done by adopting the selectors.
Please read the contribution guidelines.
Please read here: https://django-admin-sortable2.readthedocs.io/en/latest/contributing.html#reporting-bugs Fork the repository, and adopt that demo to use `ImportExportModelAdmin`. This has the benefit that if fixed, we have UI tests and E2E tests. I am...