Hello, In this project I use: django-material (http://docs.viewflow.io/material_forms.html) and materializecss (https://materializecss.com/select.html)
In your example without these js and css libraries it works perfectly, ie with pure html it's beautiful. I tried to add these libraries and it worked, however, the select field would not open for me to choose the option. I put all the code in the template merely to have everything in one place, later would adjust to make it more readable. I set up a gist to try to help you with this problem: https://gist.github.com/CoutinhoElias/59def5fa01bc84ab70cbd65aa5b2e0b4 I ask attention to line 270 https://gist.github.com/CoutinhoElias/59def5fa01bc84ab70cbd65aa5b2e0b4#file-help-html-L270 That's where I was able to make my options work, but I noticed that select gets all digestive from the first one it clones. I would appreciate your help. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ded663b9-ccbf-49d5-968e-be1abb93f6de%40googlegroups.com.