jdenisTLM
jdenisTLM
@PavelPancocha this is a good beginning. The use of autocomplete field would be an amazing feature, to get filter for large relations !
Yes, exactly ! This is a common situation to have large lists, and, for performance and comfort reason, this would be a great improvment to have an autocomplete filter :+1:
What extention are you using ? I've not encountered any issues on my side ... I'm using it like this in my `config/settings/base.py` : ``` UNFOLD = { ... "SCRIPTS":...
I think you are right. the extension you are using call `api.getClosestAttributeValue`, and this function is present in the last htmx version, but not in the unfold included htmx version....
I suggest you to read how taillwind works : https://tailwindcss.com/docs/installation Then you can override unfold tailwind styles.css. Tailwind feed css file from templates you write, and class you put in...