Checklist
Steps to reproduce
- Create a
Serializer with a JSONField, and a View that uses it.
- Visit the browseable API
Note: this can't be a ModelSerializer backed by a postgres json field, as that is handled here
Expected behavior
Form input should be a <textarea>
Actual behavior
Form input is an <input type="text">
Checklist
masterbranch of Django REST framework.Steps to reproduce
Serializerwith aJSONField, and aViewthat uses it.Note: this can't be a
ModelSerializerbacked by a postgres json field, as that is handled hereExpected behavior
Form input should be a
<textarea>Actual behavior
Form input is an
<input type="text">