Suchleiste Vorschläge

This commit is contained in:
ben8
2025-05-04 21:28:19 +02:00
parent 85ba8bc9cb
commit 0062f88167
6 changed files with 91 additions and 36 deletions

View File

@@ -15,7 +15,7 @@ from django import forms
class QuizFilterForm(forms.Form):
search = forms.CharField(required=False, label="Suche", widget=forms.TextInput(attrs={
'class': 'flex flex-grow rounded-lg p-2' ,'placeholder': 'Suche ...',
'class': 'flex flex-grow rounded-lg p-2' ,'placeholder': 'Suche ...', 'list': 'quiz-names',
}))