django-material
django-material copied to clipboard
Postgres field: DateTimeRangeField
It looks like django-material does not support the DateTimeRangeField provided by from django.contrib.postgres.fields.
It renders fields, but they are missing labels and do not support date input.
Python: 3.6 Django: 1.11 django-material: 1.0.0

This really should have support by now. There are quite a few use cases, most important one is a date range.
This JS fiddle is a very crude example of this - I'm sure it can be done much nicer.