Pavel Pančocha

Results 18 comments of Pavel Pančocha

@farridav I can remove the typing.

@farridav I fixed it, now fails with: ``` Not on TravisCI. You have to provide either repo_token in .coveralls.yml or set the COVERALLS_REPO_TOKEN env var ```

This: https://github.com/francoborrelli/django-unfold-admin-list-filter-dropdown/tree/master by @francoborrelli goes one step.

The abilitity to filter by typing would be great

> @PavelPancocha this is a good beginning. The use of autocomplete field would be an amazing feature, to get filter for large relations ! I tried quickly integrate it, but...

@lukasvinclav sorry, I wanted something like this: ![image](https://github.com/unfoldadmin/django-unfold/assets/30392053/172024ef-a3a2-4173-974a-8ac3e06f524f) "Type to filter" What I found in Unfold is just simple "dropdown": ![Snímek obrazovky pořízený 2024-05-29 13-28-01](https://github.com/unfoldadmin/django-unfold/assets/30392053/b03e138b-b181-4b3b-8358-c6a269fa4541) Or do I miss something?...

Its pretty simple in the end, based on metioned package above: filter template: ``` {% load i18n %} var go_from_select = function(opt) { window.location = window.location.pathname + opt }; $(document).ready(function()...

@jdenisTLM Would you welcome some package for this? If this gets at least 2 likes, I will do it :)