You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In templatetags/materialize.py's as_material filter, the if statements that set input_type do not account for EmailField or URLField.
This causes templates/materialize/field_visible.html to treat EmailField and URLField as a default input_type, which is actually displayed as a FileField.
The text was updated successfully, but these errors were encountered:
jonesnc
added a commit
to IronCountySchoolDistrict/django-materialize-forms
that referenced
this issue
Apr 7, 2017
In
templatetags/materialize.py
'sas_material
filter, the if statements that setinput_type
do not account forEmailField
orURLField
.This causes
templates/materialize/field_visible.html
to treatEmailField
andURLField
as adefault
input_type, which is actually displayed as aFileField
.The text was updated successfully, but these errors were encountered: