Skip to content

ArrayField fields as textareas instead of inputs #177

Answered by bhch
hertilizer asked this question in Q&A
Discussion options

You must be logged in to vote

Use the widget keyword:

{
   "type": "array",
   "items": {
     "type": "string",
+    "widget": "textarea"
   }
}

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@hertilizer
Comment options

@hertilizer
Comment options

@bhch
Comment options

bhch Sep 12, 2024
Maintainer

@bhch
Comment options

bhch Sep 18, 2024
Maintainer

Answer selected by hertilizer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants