From 8879ae44d919fa466cba78ec0c070629fd33571e Mon Sep 17 00:00:00 2001
From: Carsten  Rose <carsten.rose@math.uzh.ch>
Date: Mon, 27 Feb 2017 13:37:27 +0100
Subject: [PATCH] Index.rst: describe how to ommit a preselection on Radios

---
 extension/Documentation/UsersManual/Index.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/extension/Documentation/UsersManual/Index.rst b/extension/Documentation/UsersManual/Index.rst
index 3ac17886f..c9712747e 100644
--- a/extension/Documentation/UsersManual/Index.rst
+++ b/extension/Documentation/UsersManual/Index.rst
@@ -1168,6 +1168,16 @@ Type: radio
   * *emptyHide*: Existence of this item hides the empty entry. This is useful for e.g. Enums, which have an empty
     entry but the empty value should not be an option to be selected.
 
+* No preselection:
+
+  * If there is a default configured on a table column, such a value is selected by default. If the user should actively
+    choose an option, the 'preselection' can be omitted by specifying an explicit definition on the FormElement field `value`::
+
+      {{<columnname>:RZ}}
+
+    For existing records the shown value is as expected the value of the record. For new records, it's the value `0`,
+    which is typically not one of the ENUM values and therefore nothing is selected.
+
 Type: select
 ^^^^^^^^^^^^
 
-- 
GitLab