From b29335a26f3647b34184b6bfad7de8dfbc1e84bf Mon Sep 17 00:00:00 2001 From: Artem Lopata Date: Fri, 10 Apr 2020 18:58:12 +0200 Subject: [PATCH] RepeatedType overrides `mapped` value for the type to work properly --- reference/forms/types/repeated.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reference/forms/types/repeated.rst b/reference/forms/types/repeated.rst index f3ac4242a91..91b27807d87 100644 --- a/reference/forms/types/repeated.rst +++ b/reference/forms/types/repeated.rst @@ -98,6 +98,11 @@ shown to the user. The ``invalid_message`` is used to customize the error that will be displayed when the two fields do not match each other. +.. note:: + + The ``mapped`` option is always ``true`` for both fields in order for the type + to work properly. + Field Options -------------