From 65de70f6102b7b232f7f038e392a63fcdca5bf90 Mon Sep 17 00:00:00 2001 From: atorockio Date: Wed, 28 May 2025 15:42:11 -0400 Subject: [PATCH] Document forceSelection option for listbox TVs --- .../elements/template-variables/input-types/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/en/building-sites/elements/template-variables/input-types/index.md b/en/building-sites/elements/template-variables/input-types/index.md index 47606b82..3bbefac3 100644 --- a/en/building-sites/elements/template-variables/input-types/index.md +++ b/en/building-sites/elements/template-variables/input-types/index.md @@ -237,6 +237,7 @@ Option 1==value1||Option 2==value2 ```json { "allowBlank": "true", + "forceSelection": "false", "listWidth": "", "title": "", "typeAhead": "false",