From ca392b9b84325b4b4928e83d4c0676ff38913c08 Mon Sep 17 00:00:00 2001 From: Jonathan Pyle Date: Sat, 23 Mar 2024 20:59:26 -0400 Subject: [PATCH] typo --- _docs/fields.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/_docs/fields.md b/_docs/fields.md index 242f99cd6..b1638d281 100644 --- a/_docs/fields.md +++ b/_docs/fields.md @@ -1557,10 +1557,11 @@ use [Mako] templates in `default` text. ## `choices` The `choices` field modifier is used with multiple-choice fields. It -must refer to a list of possible options. Can be a list of key/value -pairs (key is what the variable will be set to; value is the label -seen by the user) or a list of plain text items (in which case the -label and the variable value are the same). +must refer to a list of possible options. The list can be a list can +be a list of plain text items (in which case the label and the +variable value are the same) or a list of key/value pairs (in which the +key is the label seen by the user and the value is the value to which +the variable will be set). {% include side-by-side.html demo="fields-choices" %}