Skip to content

Commit

Permalink
Add textarea to XEDITABLE_FIELD_TYPES
Browse files Browse the repository at this point in the history
  • Loading branch information
kvdogan committed Sep 20, 2021
1 parent 039b79c commit af0cb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datatableview/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"PositiveSmallIntegerField": "number",
"SlugField": "text",
"SmallIntegerField": "number",
"TextField": "text",
"TextField": "textarea",
"TimeField": "text",
"ForeignKey": "select",
}
Expand Down

0 comments on commit af0cb17

Please sign in to comment.