django-grappelli
django-grappelli copied to clipboard
Date/TimeField picker UI doesn't appear without classes
VERSIONS: Grappelli 3.0.8, Django 5.0.4
The datepicker UI for DateTime fields doesn't show up by default, unless vDateField
and/or vTimeField
is added to the input elements' classes. Without the UI they just appear as plain TextInputs - I couldn't find anything in the documentation related to additional setup needed for them unless I'm missing something?